Skip to content

Commit

Permalink
Expand error
Browse files Browse the repository at this point in the history
  • Loading branch information
blaginin committed Nov 16, 2024
1 parent 6e0c56b commit d169abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/union.slt
Original file line number Diff line number Diff line change
Expand Up @@ -763,5 +763,5 @@ SELECT NULL WHERE FALSE;
1

# Test Union of List Types. Issue: https://github.com/apache/datafusion/issues/12291
query error DataFusion error: type_coercion
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'
SELECT make_array(2) x UNION ALL SELECT make_array(now()) x;

0 comments on commit d169abc

Please sign in to comment.