Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Jan 20, 2024
1 parent b96e4c5 commit ac81670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/arrow_typeof.slt
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ NULL
query ?
select arrow_cast([1], 'FixedSizeList(1, Int64)');
----
[1, 2, 3]
[1]

query error DataFusion error: Optimizer rule 'simplify_expressions' failed
select arrow_cast(make_array(1, 2, 3), 'FixedSizeList(4, Int64)');
Expand Down

0 comments on commit ac81670

Please sign in to comment.