kavirajk commented on code in PR #10153:
URL: https://github.com/apache/datafusion/pull/10153#discussion_r1582430297
##########
datafusion/physical-plan/src/sorts/sort.rs:
##########
@@ -868,11 +868,12 @@ impl DisplayAs for SortExec {
match t {
DisplayFormatType::Default | DisplayFormatType::Verbose => {
let expr = PhysicalSortExpr::format_list(&self.expr);
+ let preserve_partioning = self.preserve_partitioning;
Review Comment:
NOTE for reviewers: These changes in `sort.rs` is the only real change for
this PR.
Everything else is just update tests either manually or automatically (see
PR description for steps I used to update those)
--
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]