jackye1995 commented on issue #2833: URL: https://github.com/apache/iceberg/issues/2833#issuecomment-883010680
@electrum this is allowed. When `customer.history` and `customer` coexists, I believe that based on the current table loading logic, the history table of `customer` table will always be loaded instead of `customer.history`: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java#L95-L96 To access `customer.history` table, it needs to use backquote for the table name. -- 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]
