You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/11/14 02:50:54 UTC

[GitHub] cgivre commented on a change in pull request #1539: DRILL-6847: Add Query Metadata to RESTful Interface

cgivre commented on a change in pull request #1539: DRILL-6847: Add Query Metadata to RESTful Interface
URL: https://github.com/apache/drill/pull/1539#discussion_r233298955
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/QueryWrapper.java
 ##########
 @@ -115,7 +116,8 @@ public QueryResult run(final WorkManager workManager, final WebUserConnection we
     }
 
     // Return the QueryResult.
-    return new QueryResult(queryId, webUserConnection.columns, webUserConnection.results);
+    //return new QueryResult(queryId, webUserConnection.columns, webUserConnection.results);
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services