snuyanzin commented on code in PR #3106:
URL: https://github.com/apache/calcite/pull/3106#discussion_r1188008916


##########
core/src/main/java/org/apache/calcite/rel/core/Snapshot.java:
##########
@@ -131,7 +131,8 @@ public RexNode getPeriod() {
 
   @Override public boolean isValid(Litmus litmus, @Nullable Context context) {
     RelDataType dataType = period.getType();
-    if (dataType.getSqlTypeName() != SqlTypeName.TIMESTAMP) {
+    if (dataType.getSqlTypeName() != SqlTypeName.TIMESTAMP

Review Comment:
   yes, you are right, thanks



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

Reply via email to