collado-mike commented on code in PR #2735:
URL: https://github.com/apache/polaris/pull/2735#discussion_r2399486888
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalog.java:
##########
@@ -1566,14 +1566,44 @@ public void doCommit(TableMetadata base, TableMetadata
metadata) {
"Generic table with same name already exists: %s",
tableIdentifier);
}
}
+ Map<String, String> storedProperties = new HashMap<>();
+ storedProperties.put("location", metadata.location());
Review Comment:
I'll copy over the set of constants from Iceberg's `TableMetadataParser`.
Unfortunately, those constants are package private, so I can't just reference
them directly or I would
--
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]