epgif commented on code in PR #9008:
URL: https://github.com/apache/iceberg/pull/9008#discussion_r1570983215


##########
api/src/main/java/org/apache/iceberg/expressions/ExpressionUtil.java:
##########
@@ -600,6 +612,12 @@ private static String sanitizeString(CharSequence value, 
long now, int today) {
       } else if (TIMESTAMPTZ.matcher(value).matches()) {
         Literal<Long> ts = 
Literal.of(value).to(Types.TimestampType.withZone());
         return sanitizeTimestamp(ts.value(), now);
+      } else if (TIMESTAMPNS.matcher(value).matches()) {

Review Comment:
   Oops, reordered, and confirmed they actually are hit now.



-- 
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]

Reply via email to