dhruvarya-db commented on code in PR #17642:
URL: https://github.com/apache/iceberg/pull/17642#discussion_r3799426250
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3851,11 +3872,35 @@ components:
LoadTableResult:
Review Comment:
I was relying on the fact that at least the java implementation
([TableMetadataParser.java](https://github.com/apache/iceberg/blob/38c1e2315f13ee1099fa6aae8bdbc14b0d32e01d/core/src/main/java/org/apache/iceberg/TableMetadataParser.java#L346))
checks `format-version` before parsing any of the other fields. But it is
understandable that other implementations might not follow the same approach. I
have forked a new `GET v2/../tables/{table}` endpoint as per your suggestion. I
did not create a new TableMetadataV2 though (doing so will land us with many
duplicated classes and endpoints again).
--
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]