dprmfl commented on code in PR #19231:
URL: https://github.com/apache/druid/pull/19231#discussion_r3272041883
##########
sql/src/main/java/org/apache/druid/sql/SqlStatementFactory.java:
##########
@@ -51,11 +51,21 @@ public HttpStatement httpStatement(
public DirectStatement directStatement(final SqlQueryPlus sqlRequest)
{
- return new DirectStatement(lifecycleToolbox, sqlRequest);
+ return new DirectStatement(lifecycleToolbox, sqlRequest, null);
+ }
+
+ public DirectStatement directStatement(final SqlQueryPlus sqlRequest, final
String remoteAddress)
Review Comment:
fixed
https://github.com/apache/druid/pull/19231/changes/637e1cb9b3f0d8cd7d16eae060e9f1ef0c26a531
--
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]