pepijnve opened a new issue, #19867:
URL: https://github.com/apache/datafusion/issues/19867
### Describe the bug
When run locally, this error is produced
```
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 --test sqllogictests`
### Expected behavior
All SLTs pass
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]