rkrishn7 commented on issue #17171:
URL: https://github.com/apache/datafusion/issues/17171#issuecomment-3261343623

   @xudong963 I was thinking we can simply derive the proportion of unique 
values on the left side, given that we collect the left side in memory.
   
   If the left side has a high number of distinct values for a given column, it 
may be more likely that the right side follows this as well. In which case 
pushing down the literal values could be better so lower nodes can take 
advantage of row/group pruning.


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

Reply via email to