ilooner commented on a change in pull request #1414: DRILL-6101: Optimized
implicit columns handling within scanner
URL: https://github.com/apache/drill/pull/1414#discussion_r207013797
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillScanRel.java
##########
@@ -89,7 +90,7 @@ public DrillScanRel(final RelOptCluster cluster, final
RelTraitSet traits,
this.groupScan = drillTable.getGroupScan().clone(this.columns);
} catch (final IOException e) {
throw new DrillRuntimeException("Failure creating scan.", e);
- }
+ }
Review comment:
minor nitpick. Indentation for this is wrong.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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