bharath-techie commented on issue #18863: URL: https://github.com/apache/datafusion/issues/18863#issuecomment-3564144559
Thanks folks for quick response, this makes sense. I'm assuming `RepartionedExec` is the right place to look to understand more about this in detail ? https://github.com/apache/datafusion/blob/main/datafusion/physical-plan/src/repartition/mod.rs#L614 ``` RepartitionExec │ | | | │ -------------------- │ | | | │ partition_count(in->out): │ | | | │ 16 -> 16 │ | | | │ │ | | | │ partitioning_scheme: │ | | | │ Hash([WatchID@0, ClientIP │ | | | │ @1], 16) │ | ``` -- 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]
