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: us...@infra.apache.org With regards, Apache Git Services