Skip to content

Commit 80174e3

Browse files
committed
remove ballista
1 parent 2a8b98f commit 80174e3

File tree

1 file changed

+1
-1
lines changed
  • datafusion/proto/src/physical_plan

1 file changed

+1
-1
lines changed

datafusion/proto/src/physical_plan/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ impl AsExecutionPlan for PhysicalPlanNode {
737737
input: Some(Box::new(input)),
738738
skip: limit.skip() as u32,
739739
fetch: match limit.fetch() {
740-
Some(n) => *n as i64,
740+
Some(n) => n as i64,
741741
_ => -1, // no limit
742742
},
743743
},

0 commit comments

Comments
 (0)