Github user laurentgo commented on a diff in the pull request:

    https://github.com/apache/drill/pull/520#discussion_r103268387
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java ---
    @@ -695,6 +698,33 @@ public void runQuery(QueryType type, 
List<PlanFragment> planFragments, UserResul
       }
     
       /**
    +   * Get server properties that represent the list of server session 
options.
    +   *
    +   * @return server properties for the server session options.
    +   */
    +  public ServerProperties getOptions() throws RpcException {
    --- End diff --
    
    Sorry, it took me longer than a week but PR #764 contains API change for 
server metadata support with C++ client/JDBC driver support. If approved, it 
should make things way easier for you as the only change you would need is to 
update the server metadata to get the quoting information from the session.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to