adriangb commented on PR #24382:
URL: https://github.com/apache/datafusion/pull/24382#issuecomment-5300417282

   I think the main thought behind the original design and split was that 
locally at least there's no point in building a Bloom filter if you already 
have a hash table in memory. It makes sense to me that if you want to serialize 
across the wire the tradeoff is very different, a bloom filter would be better. 
I'm not sure if that means you would want to build a Bloom filter upfront or 
build it when you serialize.


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