Skip to content

Commit a8d1874

Browse files
committed
chore: only fix on tree rendering
Signed-off-by: Alan Tang <[email protected]>
1 parent 068f53c commit a8d1874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/coalesce_batches.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl DisplayAs for CoalesceBatchesExec {
117117
self.target_batch_size,
118118
)?;
119119
if let Some(fetch) = self.fetch {
120-
write!(f, ", limit={fetch}")?;
120+
write!(f, ", fetch={fetch}")?;
121121
};
122122

123123
Ok(())

0 commit comments

Comments
 (0)