irenjj commented on code in PR #15194:
URL: https://github.com/apache/datafusion/pull/15194#discussion_r1992601383
##########
datafusion/physical-plan/src/coalesce_batches.rs:
##########
@@ -117,14 +117,17 @@ impl DisplayAs for CoalesceBatchesExec {
self.target_batch_size,
)?;
if let Some(fetch) = self.fetch {
- write!(f, ", fetch={fetch}")?;
+ write!(f, ", limit={fetch}")?;
Review Comment:
Yep, in my opinion, what we change is tree explain format as title
says:`implement tree explain for CoalesceBatchesExec`. And the reason why
commas were added as separators for `indent` is that `indent` format output one
line for every physical plan.
I think it's better to just modify `DisplayFormatType::TreeRender` case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]