Skip to content

Commit c126cc3

Browse files
committed
Disable query whose result depends on current date
1 parent 4672ab2 commit c126cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/resources/sql/rule/reduce-expressions.iq

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ select cast(time '12:34:56' as timestamp) from emp as e;
589589
+---------------------+
590590
(14 rows)
591591

592-
!ok
592+
!type
593+
# Not '!ok' because execution results depend on the current date.
593594
LogicalProject(EXPR$0=[CAST(12:34:56):TIMESTAMP(0) NOT NULL])
594595
LogicalTableScan(table=[[CATALOG, SALES, EMP]])
595596
!sub-plan "NONE"

0 commit comments

Comments
 (0)