FrankChen021 commented on PR #12163: URL: https://github.com/apache/druid/pull/12163#issuecomment-1111105508
@LakshSingla The INSERT-SELECT query is only supported in the tests, right? I tried to execute a INSERT-SELECT query on the lastest master branch, it said: Cannot execute INSERT queries. When I checked the code, I found the message was thrown from `NativeQueryMakerFactory` which implements `QueryMakerFactory`. And only the class `TestQueryMakerFactory` in the tests implements the method. -- 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]
