Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/671#discussion_r36613979
  
    --- Diff: 
tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java
 ---
    @@ -991,7 +992,7 @@ public LogicalNode visitProjection(GlobalPlanContext 
context, LogicalPlan plan,
             for (DataChannel dataChannel : 
masterPlan.getIncomingChannels(execBlock.getId())) {
               // This data channel will be stored in staging directory, but 
RawFile, default file type, does not support
               // distributed file system. It needs to change the file format 
for distributed file system.
    -          dataChannel.setStoreType("TEXT");
    +          dataChannel.setStoreType(BuiltinStorages.DRAW);
    --- End diff --
    
    How about adding a final variable for the default store type and using it 
in the class?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to