andygrove commented on code in PR #23643:
URL: https://github.com/apache/datafusion/pull/23643#discussion_r3598003914
##########
datafusion/physical-plan/src/empty.rs:
##########
@@ -67,6 +67,11 @@ impl EmptyExec {
self
}
+ /// Number of partitions this plan produces
Review Comment:
I removed these methods. They weren't needed since we already have
`output_partitioning` that the tests can use. Thanks for catching that.
--
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]