KyleLin0927 commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2156000033
##########
trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/iceberg/ExpressionUtil.java:
##########
@@ -120,6 +138,12 @@ public static List<String>
expressionToSortOrderFiled(SortOrder[] orders) {
}
}
+ /**
+ * Converts a list of sort order fields to an array of sort orders.
+ *
+ * @param orderFields the list of sort order fields
+ * @return the array of sort orders
+ */
Review Comment:
I think the issue is that the function name is not precise. If needed, I can
open another PR to fix the name and its unit tests, or if you prefer, I can
make the changes directly in this PR.
--
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]