cecemei commented on code in PR #18366:
URL: https://github.com/apache/druid/pull/18366#discussion_r2257833016


##########
sql/src/main/java/org/apache/druid/sql/SqlQueryPlus.java:
##########
@@ -180,7 +210,13 @@ public Builder sql(String sql)
       return this;
     }
 
-    public Builder context(Map<String, Object> queryContext)
+    public Builder systemDefaultContext(Map<String, Object> 
systemDefaultContext)
+    {
+      this.systemDefaultContext = systemDefaultContext;
+      return this;
+    }
+
+    public Builder queryContext(Map<String, Object> queryContext)

Review Comment:
   updated this



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