alamb commented on code in PR #18009:
URL: https://github.com/apache/datafusion/pull/18009#discussion_r2422121730


##########
datafusion/physical-plan/src/sorts/sort_preserving_merge.rs:
##########
@@ -204,7 +204,9 @@ impl DisplayAs for SortPreservingMergeExec {
                         write!(f, ", ")?;
                     }
                 }
+
                 if let Some(fetch) = self.fetch {
+                    writeln!(f)?;
                     writeln!(f, "limit={fetch}")?;

Review Comment:
   I wonder if the last one should be just `write!` rather than `writeln!` 🤔 



-- 
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]

Reply via email to