xudong963 commented on code in PR #16726:
URL: https://github.com/apache/datafusion/pull/16726#discussion_r2203889037
##########
datafusion/core/tests/physical_optimizer/enforce_sorting.rs:
##########
@@ -983,7 +983,7 @@ async fn
test_soft_hard_requirements_with_multiple_soft_requirements_and_output_
));
let expected_input = [
- "OutputRequirementExec",
+ "OutputRequirementExec: order_by=[([non_nullable_col@1], asc)],
dist_by=SinglePartition",
Review Comment:
It seems that we can remove the extra `[]` around order by expr to make the
display concise.
`order_by=[(non_nullable_col@1, asc)]`
--
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]