-
Notifications
You must be signed in to change notification settings - Fork 81
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
iceberg TableDefinition from table identifier #5868
Comments
It probably needs to take into account IcebergInstructions; and have the same sort of logic that read_table would use to resolve the returned definition. If IcebergInstructions has a table definition that is incompatible, I would expect both |
I think it makes sense to offer |
Prior art in core+, which we should match in spirit:
|
|
It should be possible to get a TableDefinition (and potentially a meta_table representation) from a given table identifier without needing to read the table first.
The text was updated successfully, but these errors were encountered: