Skip to content

Error when bnlj output is empty #682

@wForget

Description

@wForget

Describe the bug
Error when bnlj output is empty.

java.lang.RuntimeException: task panics: Execution error: Execution error: output_with_sender[Project] error: Execution error: output_with_sender[BroadcastJoin] error: Execution error: output_with_sender[BroadcastJoin]: output() returns error: Arrow error: Invalid argument error: must either specify a row count or at least one column

To Reproduce

create table t1 using parquet as select 1 as c1, 2 as c2;
create table t2 using parquet as select 1 as c1, 3 as c3;
select 1 from t1 left join t2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions