You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "thinkharderdev (via GitHub)" <gi...@apache.org> on 2023/02/14 14:03:43 UTC

[GitHub] [arrow-datafusion] thinkharderdev commented on a diff in pull request #5279: Minor: Add fetch to SortExec display

thinkharderdev commented on code in PR #5279:
URL: https://github.com/apache/arrow-datafusion/pull/5279#discussion_r1105865076


##########
datafusion/core/src/physical_plan/sorts/sort.rs:
##########
@@ -793,7 +793,12 @@ impl ExecutionPlan for SortExec {
         match t {
             DisplayFormatType::Default => {
                 let expr: Vec<String> = self.expr.iter().map(|e| e.to_string()).collect();
-                write!(f, "SortExec: [{}]", expr.join(","))
+                match self.fetch {

Review Comment:
   This is the change, everything else is just updating tests



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org