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/27 16:44:20 UTC

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

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_r329153706
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/ischema/InfoSchemaGroupScan.java
 ##########
 @@ -101,7 +97,7 @@ public int getMaxParallelizationWidth() {
   }
 
   @Override
-  public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) throws ExecutionSetupException {
+  public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) {
     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:
users@infra.apache.org


With regards,
Apache Git Services