hankfanchiu opened a new issue #2751: URL: https://github.com/apache/iceberg/issues/2751
Is the uppercase `"ICEBERG"` the official value for the `table_type` parameter? If so, would it be useful to add a "Catalog" subsection under [Specification](https://iceberg.apache.org/spec/#specification) in the documentation? Within this project, I believe that all existing setters of `table_type` use the uppercase `"ICEBERG"`: Hive: https://github.com/apache/iceberg/blob/90225d6c9413016d611e2ce5eff37db1bc1b4fc5/python/iceberg/hive/hive_table_operations.py#L132-L133 https://github.com/apache/iceberg/blob/d5443e3a34a4288441a015ab616d965557d78202/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java#L359 https://github.com/apache/iceberg/blob/15616941461aaad3f03568ce4880171b86a06547/mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java#L80-L81 DynamoDB: https://github.com/apache/iceberg/blob/f81d8adc9e4413265b63ca092ca744a22a0c9c65/aws/src/main/java/org/apache/iceberg/aws/dynamodb/DynamoDbTableOperations.java#L160 Glue: https://github.com/apache/iceberg/blob/68c48ec9bd8c3c3ae14a365f937d1538a4fbf826/aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java#L172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
