gianm commented on issue #17602: URL: https://github.com/apache/druid/issues/17602#issuecomment-2776679527
Btw, this might be more of a feature request than a bug. The intent of this statement: > Bloom filter results in a SQL response are serialized into a base64 string, which can then be used in subsequent queries as a filter. Is that you would actually do at least two independent queries: one to get the base64 string, and then you'd use that string in potentially a large number of future queries. That was the original intent as to how the feature would be used; the idea is that by splitting up the queries, you only have to compute the bloom filter once, and can then reuse it. For situations where you don't need that kind of reuse, it would make sense to support doing a query like the one you have posted. -- 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]
