mchades commented on code in PR #4991:
URL: https://github.com/apache/gravitino/pull/4991#discussion_r1778197755
##########
catalogs/catalog-jdbc-common/src/main/java/org/apache/gravitino/catalog/jdbc/operation/JdbcTableOperations.java:
##########
@@ -204,6 +205,9 @@ public JdbcTable load(String databaseName, String
tableName) throws NoSuchTableE
Transform[] tablePartitioning = getTablePartitioning(connection,
databaseName, tableName);
jdbcTableBuilder.withPartitioning(tablePartitioning);
+ Distribution distribution = getDistributionInfo(connection,
databaseName, tableName);
Review Comment:
plz add comments to follow the original format
##########
catalogs/catalog-jdbc-doris/src/test/java/org/apache/gravitino/catalog/doris/operation/TestDorisTableOperations.java:
##########
@@ -94,6 +95,54 @@ private static Map<String, String> createProperties() {
return properties;
}
+ @Test
Review Comment:
plz also add relative IT
--
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]