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

   @jayshrivastava, @barbarj, @adriangb: The deciding line between `List` and 
`Hash` is already configurable: relatively small sets get list, larger sets get 
`Hash`.
   
   Given that, should the presence of a `Hash` like this already suggest that 
systems which care about serializing a `Hash` should probably be using a bloom 
filter instead? Or is the thinking that there are multiple size thresholds, and 
`Hash` needs to be serializable for the middle one?:
   * small: `List`
   * medium: `Hash`
   * large: "bloom"


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