You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add final to Iceberg table-related events and their members, such as IcebergCreateTableEvent.
Modify the return codes in IcebergTableOperations and IcebergTableRenameOperations to align with the specification, and update the relevant unit tests.
The text was updated successfully, but these errors were encountered:
What would you like to be improved?
final
to Iceberg table event members as they should not change after initialization.rename
) and this reference (forexists
), therename
andexists
operations should return 204 instead of 200.How should we improve?
final
to Iceberg table-related events and their members, such asIcebergCreateTableEvent
.IcebergTableOperations
andIcebergTableRenameOperations
to align with the specification, and update the relevant unit tests.The text was updated successfully, but these errors were encountered: