KyleLin0927 commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2155995784


##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/ExpressionUtil.java:
##########
@@ -92,6 +98,12 @@ public static List<String> 
expressionToPartitionFiled(Transform[] transforms) {
     }
   }
 
+  /**
+   * Converts a list of partition fields to an array of transforms.
+   *
+   * @param partitions the list of partition fields
+   * @return the array of transforms
+   */

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]

Reply via email to