Skip to content

Commit c06b0c6

Browse files
committed
typo
1 parent 1fed4cc commit c06b0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/frontend/planner_test/tests/testdata/input/temporal_filter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
select * from t where ts + interval '1 hour' > date_trunc('day', now());
124124
expected_outputs:
125125
- stream_plan
126-
- name: date_truc_with_timezone
126+
- name: date_trunc_with_timezone
127127
sql: |
128128
create table t (ts timestamp with time zone, a int);
129129
select * from t where ts + interval '1 hour' > date_trunc('day', now(), 'Asia/Singapore');

src/frontend/planner_test/tests/testdata/output/temporal_filter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
└─StreamExchange { dist: Broadcast }
477477
└─StreamProject { exprs: [DateTrunc('day':Varchar, now, 'UTC':Varchar) as $expr2], output_watermarks: [$expr2] }
478478
└─StreamNow { output: [now] }
479-
- name: date_truc_with_timezone
479+
- name: date_trunc_with_timezone
480480
sql: |
481481
create table t (ts timestamp with time zone, a int);
482482
select * from t where ts + interval '1 hour' > date_trunc('day', now(), 'Asia/Singapore');

0 commit comments

Comments
 (0)