xiaozcy commented on code in PR #4131:
URL: https://github.com/apache/gravitino/pull/4131#discussion_r1675430160
##########
integration-test-common/src/test/java/com/datastrato/gravitino/integration/test/util/ITUtils.java:
##########
@@ -85,6 +86,7 @@ public static void assertionsTableInfo(
List<Column> columns,
Map<String, String> properties,
Index[] indexes,
+ Transform[] partitioning,
Review Comment:
Since we already set partitioning when loading tables, I think it's a
necessary change in `assertionsTableInfo` to check it for all of the existing
and future tests.
--
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]