ajantha-bhat opened a new pull request, #5033:
URL: https://github.com/apache/iceberg/pull/5033
From `NessieCatalog` (initialized to `"main"` branch),
load table works with `TableReference` (aka **`tableName@branch`** syntax),
`catalog.loadTable(TableIdentifier.parse("db1.`table1.@branch1`"))`
but drop table will NOT work with `TableReference`,
`catalog.dropTable(TableIdentifier.parse("db1.`table1.@branch1`"))` --
return false.
Reason: For drop table, key used to look up Nessie backend will have table
reference which is not an actual key in Nessie backend.
Fix: From `TableIdentifier` with `TableReference`, need to extract valid
identifier to be used as a key for the drop table.
--
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]