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/03/18 14:11:36 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1696: DRILL-7095: Expose table schema (TupleMetadata) to physical operator (EasySubScan)

arina-ielchiieva commented on a change in pull request #1696: DRILL-7095: Expose table schema (TupleMetadata) to physical operator (EasySubScan)
URL: https://github.com/apache/drill/pull/1696#discussion_r266457471
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/WorkspaceSchemaFactory.java
 ##########
 @@ -572,9 +573,21 @@ public Table getTable(String tableName) {
       }
       final DrillTable table = tables.get(tableKey);
       setMetadataTable(table, tableName);
+      setSchema(table, tableName);
       return table;
     }
 
+    private void setSchema(DrillTable table, String tableName) {
 
 Review comment:
   Might seem weird but it does not, only contains selection of files.
   
   https://github.com/apache/drill/blob/469be17597e7b7c6bc1de9863dcb6c5604a55f0c/exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillTable.java

----------------------------------------------------------------
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