Closed orenccl closed 4 days ago
@orenccl thanks for your PR, could you fix exists return code in name space operation too?
Hi @FANNG1,
I checked IcebergNamespaceOperations
and Iceberg's catalogHandlers
, but didn't find anything like namespaceExists
. It seems there isn't an existing function for that.
So, no modifications are needed here?
Hi @FANNG1,
I checked
IcebergNamespaceOperations
and Iceberg'scatalogHandlers
, but didn't find anything likenamespaceExists
. It seems there isn't an existing function for that.So, no modifications are needed here?
OOH, seems we forget to implement this interface, this is another issue.
@orenccl , merged to main, thanks for your work and insight.
What changes were proposed in this pull request?
Add final to Iceberg table-related events and their members.
Modify the return codes in
IcebergTableOperations
andIcebergTableRenameOperations
to align with the specification, and update the relevant unit tests.Why are the changes needed?
Close: #5593
Does this PR introduce any user-facing change?
No
How was this patch tested?
Unit test