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_r329516282
##########
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:
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:
[email protected]
With regards,
Apache Git Services