sungwy opened a new issue, #4952: URL: https://github.com/apache/iceberg/issues/4952
The word 'key' is used as a column name for the metadata table 'iceberg_namespace_properties' in the current implementation of Iceberg's JDBC Catalog. This is a reserved keyword according to ANSI SQL standards, and hence such schema would cause issues in ANSI SQL compliant databases. https://github.com/apache/iceberg/blob/e40705de5d7bfdf36466a961ca517d5e55d99bf0/core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java#L83 -- 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]
