adriangb commented on issue #17486:
URL: https://github.com/apache/datafusion/issues/17486#issuecomment-3275183333

   @LiaCastaneda could you try this on main now? I wonder if 
https://github.com/apache/datafusion/pull/17444 made a difference. I'd be 
surprised if this is slow now: it's just tracking a min and max value for each 
partition (so doing a binary compare to another scalar for each row on the 
build side) vs. the already existing work of building a hash table.


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