leaves12138 commented on code in PR #2457:
URL: https://github.com/apache/incubator-paimon/pull/2457#discussion_r1418247793
##########
paimon-common/src/main/java/org/apache/paimon/utils/ParameterUtils.java:
##########
@@ -34,6 +38,14 @@ public static List<Map<String, String>>
getPartitions(String... partitionStrings
return partitions;
}
+ public static Predicate getPartitionFilter(
Review Comment:
ParameterUtils is used for handling input string to other format, like Map
List<Map> List etc. This class is not suitable for construct Predicate with
input(Map, RowType).
--
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]