Skip to content

Commit 7ec33db

Browse files
committed
Update test for fixed issue upstream
1 parent 8591703 commit 7ec33db

File tree

1 file changed

+3
-3
lines changed
  • datafusion/sqllogictest/test_files/spark/hash

1 file changed

+3
-3
lines changed

datafusion/sqllogictest/test_files/spark/hash/crc32.slt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ SELECT crc32(arrow_cast('Spark', 'BinaryView'));
8181
----
8282
1557323817
8383

84-
# Upstream arrow-rs issue: https://github.com/apache/arrow-rs/issues/8841
85-
# This should succeed after we receive the fix
86-
query error Arrow error: Compute error: Internal Error: Cannot cast BinaryView to BinaryArray of expected type
84+
query I
8785
select crc32(arrow_cast(null, 'Dictionary(Int32, Utf8)'))
86+
----
87+
NULL

0 commit comments

Comments
 (0)