jerqi commented on code in PR #6214:
URL: https://github.com/apache/gravitino/pull/6214#discussion_r1918002720
##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogOperations.java:
##########
@@ -513,6 +514,13 @@ public Table createTable(
.build())
.toArray(IcebergColumn[]::new);
+ // Gravitino NONE distribution means the client side doesn't specify
distribution, which is
Review Comment:
Actually this isn't accurate for me. The unspecified distribution and
unpartitioned should be different. But it may change more code. The fix may
better than legacy implement. So I approve this.
--
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]