You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #9530 could the ability to add a table description within org.apache.iceberg.aws.glue.GlueCatalog.buildTable be implemented.
example in production layout var tableBuilder = glueCatalog.buildTable(table, schema) .withLocation(s3BucketLocation + "/" + table.name()) .withSortOrder(tableConfiguration.getSortOrder(schema)) .withPartitionSpec(tableConfiguration.getPartitionSpec(schema)) .withDescription ... ;
Query engine
None
Willingness to contribute
I can contribute this improvement/feature independently
I would be willing to contribute this improvement/feature with guidance from the Iceberg community
I cannot contribute this improvement/feature at this time
The text was updated successfully, but these errors were encountered:
Feature Request / Improvement
Similar to #9530 could the ability to add a table description within org.apache.iceberg.aws.glue.GlueCatalog.buildTable be implemented.
example in production layout
var tableBuilder = glueCatalog.buildTable(table, schema) .withLocation(s3BucketLocation + "/" + table.name()) .withSortOrder(tableConfiguration.getSortOrder(schema)) .withPartitionSpec(tableConfiguration.getPartitionSpec(schema)) .withDescription ... ;
Query engine
None
Willingness to contribute
The text was updated successfully, but these errors were encountered: