findepi commented on code in PR #5908:
URL: https://github.com/apache/iceberg/pull/5908#discussion_r988878343
##########
api/src/test/java/org/apache/iceberg/expressions/TestExpressionUtil.java:
##########
@@ -63,6 +66,23 @@ public void testSanitizeIn() {
ExpressionUtil.toSanitizedString(Expressions.in("test", 34, 345)));
}
+ @Test
+ public void testSanitizeLongIn() {
Review Comment:
>I think it would be good to have a small test around the threshold value
done
--
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]