stevenzwu commented on code in PR #14101:
URL: https://github.com/apache/iceberg/pull/14101#discussion_r2757217381
##########
api/src/main/java/org/apache/iceberg/expressions/ExpressionUtil.java:
##########
@@ -518,44 +527,6 @@ private static List<String> abbreviateValues(List<String>
sanitizedValues) {
return sanitizedValues;
}
- private static String sanitize(Type type, Literal<?> lit, long now, int
today) {
Review Comment:
this looks like refactoring existing code. maybe extract it to a separate
small PR to get it in quickly?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]