We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4672ab2 commit c126cc3Copy full SHA for c126cc3
core/src/test/resources/sql/rule/reduce-expressions.iq
@@ -589,7 +589,8 @@ select cast(time '12:34:56' as timestamp) from emp as e;
589
+---------------------+
590
(14 rows)
591
592
-!ok
+!type
593
+# Not '!ok' because execution results depend on the current date.
594
LogicalProject(EXPR$0=[CAST(12:34:56):TIMESTAMP(0) NOT NULL])
595
LogicalTableScan(table=[[CATALOG, SALES, EMP]])
596
!sub-plan "NONE"
0 commit comments