adarshsanjeev commented on code in PR #14571:
URL: https://github.com/apache/druid/pull/14571#discussion_r1285340354
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/sql/resources/SqlStatementResource.java:
##########
@@ -115,6 +117,7 @@
public class SqlStatementResource
{
+ public static final String RESULT_FORMAT = "resultFormat";
Review Comment:
I think SYSTEM_CONTEXT_PARAMETERS are for those params set within MSQ
itself. This is being set at the resource, so this should would always fail and
the check wouldn't matter anyway since it is not set later in MSQ either.
--
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]