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 2019/09/30 10:48:59 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1860: DRILL-7357: Expose Drill Metastore data through information_schema

arina-ielchiieva 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_r329516167
 
 

 ##########
 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:
   Fixed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services