-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
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;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels