Skip to content

Commit 4b480f0

Browse files
committed
Revert ShuffleWriterExec schema change
1 parent db06080 commit 4b480f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ballista/rust/core/src/execution_plans/shuffle_writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl ExecutionPlan for ShuffleWriterExec {
300300
}
301301

302302
fn schema(&self) -> SchemaRef {
303-
result_schema()
303+
self.plan.schema()
304304
}
305305

306306
fn output_partitioning(&self) -> Partitioning {

0 commit comments

Comments
 (0)