Skip to content

Commit de3fc46

Browse files
committed
Update tests for fix
1 parent ebec550 commit de3fc46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

datafusion/sqllogictest/test_files/schema_evolution.slt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ query TIR rowsort
7979
select * from parquet_table where a = 'foo';
8080
----
8181
foo 1 NULL
82+
foo 100 10.5
8283
foo 2 NULL
84+
foo 200 12.6
8385
foo 3 NULL
86+
foo NULL NULL
87+
foo NULL NULL
8488

8589
query TIR rowsort
8690
select * from parquet_table where a != 'foo';
@@ -91,6 +95,7 @@ bzz 300 13.7
9195
query TIR rowsort
9296
select * from parquet_table where a is NULL;
9397
----
98+
NULL 10 NULL
9499

95100
query TIR rowsort
96101
select * from parquet_table where b > 5;

0 commit comments

Comments
 (0)