jihoonson commented on pull request #11626: URL: https://github.com/apache/druid/pull/11626#issuecomment-904834147
> I don't really understand the reason for this to exist in the core Druid expression system, both expressions and SQL operators can be defined in extensions if this is needed for some sort of test, and it seems a potential risk to allow queries to run basically indefinitely(?) and hold resources. I agree with your concern and that's why I didn't document it. My intention was using this function in only tests (both unit tests and integration tests) since I don't see how this function can be useful in production in any case. A feature flag seems even safer than undocumented feature. I will make a follow-up PR for it. -- 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]
