cryptoe commented on code in PR #14629:
URL: https://github.com/apache/druid/pull/14629#discussion_r1269550399


##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/destination/MSQSelectDestination.java:
##########
@@ -27,21 +29,38 @@ public enum MSQSelectDestination
   /**
    * Writes all the results directly to the report.
    */
-  TASK_REPORT(false),
+  TASKREPORT("taskReport", false),

Review Comment:
   This was done so that we are able to still use the query context enum 
methods. Also I think `ResultFormat` class also uses a similar trick. Checkout 
`objectlines`



-- 
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]

Reply via email to