roryqi commented on code in PR #11219:
URL: https://github.com/apache/gravitino/pull/11219#discussion_r3316746476
##########
catalogs/catalog-lakehouse-iceberg/src/test/java/org/apache/gravitino/catalog/lakehouse/iceberg/integration/test/CatalogIcebergBaseIT.java:
##########
@@ -1128,7 +1128,7 @@ public void testTableDistribution() {
sortOrders);
});
Assertions.assertTrue(
- StringUtils.contains(
+ Strings.CS.contains(
Review Comment:
You should changed it to
```
illegalArgumentException
.getMessage()
.contains("Iceberg's Distribution Mode.HASH does not support set
expressions."));
```
--
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]