lasdf1234 commented on code in PR #11219:
URL: https://github.com/apache/gravitino/pull/11219#discussion_r3315886233
##########
catalogs/catalog-lakehouse-iceberg/src/test/java/org/apache/gravitino/catalog/lakehouse/iceberg/integration/test/CatalogIcebergBaseIT.java:
##########
@@ -1173,7 +1173,7 @@ public void testTableDistribution() {
sortOrders);
});
Assertions.assertTrue(
- StringUtils.contains(
+ Strings.CS.contains(
Review Comment:
Iceberg 1.11 will use commons-lang3 3.18.0 version, StringUtils.contains has
been @Deprecated
--
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]