justinmclean commented on code in PR #7317:
URL: https://github.com/apache/gravitino/pull/7317#discussion_r2136903519
##########
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:
This doesn't seem to agree with the name of the function. Is the function
poorly named or do the comments need updating?
--
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]