viirya opened a new issue, #9483:
URL: https://github.com/apache/arrow-datafusion/issues/9483

   ### Is your feature request related to a problem or challenge?
   
   From https://github.com/apache/arrow-datafusion/pull/9236/files#r1513524992,
   
   This is a TODO in datafusion/core/src/physical_optimizer/optimizer.rs:
   
   > TODO: `try_embed_to_hash_join` in the ProjectionPushdown rule would be 
block by the CoalesceBatches, so add it before CoalesceBatches. Maybe optimize 
it in the future.
   
   We can optimize `try_embed_to_hash_join` in `ProjectionPushdown` rule to 
make it unblock by `CoalesceBatches`.
   
   
   
   
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to