barbarj commented on PR #24382: URL: https://github.com/apache/datafusion/pull/24382#issuecomment-5500012953
> I'm very much 👎🏻 on serializing the in memory map across the wire. > > I'm already considering a proposal to disable them by default because the current implementations are slower than no filter if the joint is not selective. Adding more additional work that happens just because the filter exists will only make this worse. Noted! That's instructive. If implemented, that proposal would disable the use of `HashTableLookupExpr`? Is that right? -- 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]
