Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for exporting delta tables min_reader v3 and min_writer v7, including reader/writer features #7734

Open
ion-elgreco opened this issue May 7, 2024 · 1 comment
Labels
bug Something isn't working P3

Comments

@ion-elgreco
Copy link

The delta catalog exporter doesn't support exporting tables with min_reader_version of 3 and min_writer_version of 7 which has reader and writer features.

This means you won't be able to export new tables that follow this new protocol path. Delta-spark and delta-rs and other implementations are moving forward with managing the protocol this way.

@ion-elgreco
Copy link
Author

ion-elgreco commented May 7, 2024

See here the docs: https://github.com/delta-io/delta/blob/master/PROTOCOL.md#table-features, and example of the structure:


{
  "protocol": {
    "readerVersion":3,
    "writerVersion":7,
    "readerFeatures":["columnMapping"],
    "writerFeatures":["columnMapping","identityColumns"]
  }
}

@talSofer talSofer added bug Something isn't working P3 labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P3
Projects
None yet
Development

No branches or pull requests

2 participants