Ted-Jiang opened a new issue, #10138:
URL: https://github.com/apache/arrow-datafusion/issues/10138

   ### Is your feature request related to a problem or challenge?
   
   Now when print plan of one sql in datafusion:
   ```
   SortExec: TopK(fetch=10000), expr=[NASME@0 ASC,VISITS@1 DESC NULLS LAST]
   ```
   Its difficult to find out what the sort unit is : **sort in partition** or 
**sort in global**
   
   ### Describe the solution you'd like
   
   display `preserve_partitioning` info in SortExec
   like
    ```
   SortExec: TopK(fetch=10000), expr=[NASME@0 ASC,VISITS@1 DESC NULLS LAST], 
preserve_partitioning=[true] 
   ```
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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

Reply via email to