vdiravka 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_r233279731
##########
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:
no need in leaving this string as a comment
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services