KyleLin0927 commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2155994836
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/ExpressionUtil.java:
##########
@@ -77,6 +77,12 @@ public class ExpressionUtil {
"(" + IDENTIFIER + ")\\s+" + SORT_DIRECTION + "\\s+" + NULL_ORDERING,
Pattern.CASE_INSENSITIVE);
+ /**
+ * Converts an array of transforms to a list of partition fields.
+ *
+ * @param transforms the array of transforms
+ * @return the list of partition fields
+ */
Review Comment:
fixed
--
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]