kbendick opened a new pull request #2630: URL: https://github.com/apache/iceberg/pull/2630
Fix null tableName when logging in checkCommitStatus for Nessie tables and enforce tableName is implemented at compile time. Arguably, `tableName` _might_ be something that we want to make part of the interface for `TableOperations`, but that's a larger discussion. This will fix the `null` tableName logs in `checkCommitStatus` for Nessie tables, as well as enforce this issue doesn't occur when new catalogs are added if they derive their operations from `BaseMetastoreTableOperations`. Please let me know if this is not the correct way to get the name from the Nessie table's @rymurr This closes https://github.com/apache/iceberg/issues/2628 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
