xinlifoobar commented on issue #10314:
URL: https://github.com/apache/datafusion/issues/10314#issuecomment-2118825197

   Hi @alamb, I am trying to work on this.
   
   I am not very familiar on the `InterleaveExec` in the optimizer. As initial 
thought, the interleaveExec is acting as a **Repartition with equal number of 
input partitions and output partitions** and thus a nature idea is to reuse 
`streaming_merge` with respect to the input size. Wdyt?


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to