-
Notifications
You must be signed in to change notification settings - Fork 2k
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In discord thread https://discord.com/channels/885562378132000778/1462024777643327610 it was mentioned that when run locally an SLT is failing. This is the error that's reported:
External error: 1 errors in file /Users/pepijn/RustroverProjects/datafusion/datafusion/sqllogictest/test_files/array.slt
1. query failed: DataFusion error: Arrow error: Invalid argument error: Codecs [List(RowConverter { fields: [SortField { options: SortOptions { descending: false, nulls_first: true }, data_type: Null }], codecs: [Stateless] })] did not consume all bytes for row 0, remaining bytes: [1]
[SQL] select array_union([[null]], []);
at /Users/pepijn/RustroverProjects/datafusion/datafusion/sqllogictest/test_files/array.slt:4750
A git bisect points to PR #19355 for issue #19290
To Reproduce
Run cargo test --profile=dev --test sqllogictests
Expected behavior
All SLTs pass
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working