Skip to content

Check SDK compatibility for read sdk and manifest writer version #4704

@yanghua

Description

@yanghua

The manifest has recorded the WriterVersion, like this:

writer_version: Some(
        WriterVersion {
            library: "lance",
            version: "0.31.2",
        },
),

I would like to suggest checking the SDK compatibility. There are two cases I can share:

We can do two things:

  • Check the reader SDK, if its version is less than the writer version recorded in the reading manifest. If yes, print a warning log.
  • We could introduce a compatibility matrix if we allow a looser reader/writer compose strategy in the future. Considering an upgrade to the reader SDK is not a casual decision(it may bring new issues or bugs).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions