Skip to content

Commit 648c996

Browse files
committed
test: update new test which is part of Nov 20th upgrade, because the SanityCheck plan patch (to turn it off) makes the output result sort nondeterministic
1 parent e8c5d9d commit 648c996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/sqllogictest/test_files/union.slt

+2-2
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ SELECT NULL WHERE FALSE;
769769
query error DataFusion error: type_coercion\ncaused by\nError during planning: Incompatible inputs for Union: Previous inputs were of type List(.*), but got incompatible type List(.*) on column 'x'
770770
SELECT make_array(2) x UNION ALL SELECT make_array(now()) x;
771771

772-
query ? rowsort
773-
select make_array(arrow_cast(2, 'UInt8')) x UNION ALL SELECT make_array(arrow_cast(-2, 'Int8')) x;
772+
query ?
773+
select make_array(arrow_cast(2, 'UInt8')) x UNION ALL SELECT make_array(arrow_cast(-2, 'Int8')) x order by 1;
774774
----
775775
[-2]
776776
[2]

0 commit comments

Comments
 (0)