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

    https://github.com/apache/tajo/pull/422#discussion_r29860469
  
    --- Diff: 
tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/SeqScanExec.java
 ---
    @@ -186,6 +195,7 @@ private void initScanner(Schema projected) throws 
IOException {
         // set system default properties
         
PlannerUtil.applySystemDefaultToTableProperties(context.getQueryContext(), 
meta);
     
    +    // TODO - If fragments is null, we don't need to make any task. We 
should investigate it later
    --- End diff --
    
    How about logging a debug message for later investigation?


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