We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the TableMetadataBuilder is in a quite raw state. It is mostly modeled after what is implemented in pyiceberg: https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py
With this issue we want to:
unimplemented!
iceberg-rust
TableMetadataBuilder
The text was updated successfully, but these errors were encountered:
#14 is related to this
Sorry, something went wrong.
Completed by #36
No branches or pull requests
Currently the TableMetadataBuilder is in a quite raw state. It is mostly modeled after what is implemented in pyiceberg:
https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py
With this issue we want to:
unimplemented!
methods - Especially remove and add snapshots is missing:https://github.com/hansetag/iceberg-rest-server/blob/7ac7a270b0fa66c25597c5365064e2be6a5da9b1/crates/iceberg-ext/src/catalog/rest/table.rs#L260
https://github.com/hansetag/iceberg-rest-server/blob/7ac7a270b0fa66c25597c5365064e2be6a5da9b1/crates/iceberg-ext/src/spec/table_metadata.rs#L255-L258
This might be worth a separate issue.
iceberg-rust
in the future. Review conformity with this discussion (Discussion: Design ofTableMetadataBuilder
. apache/iceberg-rust#232)(https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/TableMetadata.java)
The text was updated successfully, but these errors were encountered: