clintropolis commented on PR #12549: URL: https://github.com/apache/druid/pull/12549#issuecomment-1135633961
hmm, thinking a bit more about this, i think there are some holes missing in array functionality that need to be addressed by documentation (or fixed in code) before we add this to the website docs. The biggest holes are probably around filtering, like using the dedicate array functions is cool, but iirc is not fully cool to use like `=` or `in` or similar things since the predicates don't handle them yet. We added an "object" predicate to `DruidPredicateFactory` to be able to handle this case (and also complex dimensions), but afaik haven't actually wired it up to anything yet -- 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]
