Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 9, 2023
1 parent 64e26ed commit 7fb0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/sqllogictests/test_files/binary.slt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ff0102 FixedSizeBinary(3)

# Comparison
# https://github.com/apache/arrow-datafusion/pull/6891
query error DataFusion error: Internal error: Data type FixedSizeBinary\(3, "0,1,2"\) not supported for scalar operation 'eq' on dyn array\. This was likely caused by a bug in DataFusion's code and we would welcome that you file an bug report in our issue tracker
query error DataFusion error: Arrow error: Compute error: eq_dyn_binary_scalar only supports Binary or LargeBinary arrays
SELECT
column1,
column2,
Expand Down

0 comments on commit 7fb0d3f

Please sign in to comment.