[
https://issues.apache.org/jira/browse/DRILL-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013922#comment-15013922
]
ASF GitHub Bot commented on DRILL-4015:
---------------------------------------
Github user jacques-n commented on a diff in the pull request:
https://github.com/apache/drill/pull/263#discussion_r45369955
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java ---
@@ -161,6 +162,11 @@ public void sendResult(RpcOutcomeListener<Ack>
listener, QueryResult result, boo
send(listener, this, RpcType.QUERY_RESULT, result, Ack.class,
allowInEventThread);
}
+ public void sendWarning(RpcOutcomeListener<Ack> listener, QueryWarning
warning, boolean allowInEventThread){
--- End diff --
allowInEventThread shouldn't be exposed.
> Update DrillClient and JDBC driver to expose warnings provided via RPC layer
> ----------------------------------------------------------------------------
>
> Key: DRILL-4015
> URL: https://issues.apache.org/jira/browse/DRILL-4015
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Client - JDBC, Execution - RPC
> Reporter: Jacques Nadeau
> Assignee: Abhijit Pol
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)