vvysotskyi commented on a change in pull request #1860: DRILL-7357: Expose Drill Metastore data through information_schema URL: https://github.com/apache/drill/pull/1860#discussion_r329153424
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaGroupScan.java ########## @@ -112,8 +108,7 @@ public String getDigest() { @Override public GroupScan clone(List<SchemaPath> columns) { - InfoSchemaGroupScan newScan = new InfoSchemaGroupScan (this); - return newScan; + return new InfoSchemaGroupScan (this); Review comment: ```suggestion return new InfoSchemaGroupScan(this); ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services