Github user dongjoon-hyun commented on the pull request:

    https://github.com/apache/tajo/pull/543#issuecomment-94264360
  
    Hi, @babokim .  I used the following sequences for easy testing.
    
    ```
    create table t(a int);
    insert overwrite into t select 1;
    select t2.a from t t1, t t2, t t3 where t1.a=t2.a and t1.a=t3.a order by a;
    ```


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