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 2018/08/01 23:59:00 UTC

[GitHub] ilooner commented on a change in pull request #1414: DRILL-6101: Optimized implicit columns handling within scanner

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


With regards,
Apache Git Services