Skip to content

Array SLT fails when run using dev profile #19867

@pepijnve

Description

@pepijnve

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions