adarshsanjeev commented on code in PR #15689:
URL: https://github.com/apache/druid/pull/15689#discussion_r1471162012


##########
sql/src/main/java/org/apache/druid/sql/calcite/run/EngineFeature.java:
##########
@@ -118,5 +118,9 @@ public enum EngineFeature
    * and cannot concat the results together (as * the result for broker is the 
query id). Therefore, we don't get the
    * correct result back, while the MSQ engine is executing the partial query
    */
-  ALLOW_TOP_LEVEL_UNION_ALL;
+  ALLOW_TOP_LEVEL_UNION_ALL,
+  /**
+   * Queries can write to an external datasource using {@link 
org.apache.druid.sql.destination.ExportDestination}
+   */
+  WRITE_EXTERNAL_DATA;

Review Comment:
   Since it's an enum, I didn't want to change the current order. I know this 
isn't being stored anywhere so it should be fine, but figured I'd stick with 
that



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