[ 
https://issues.apache.org/jira/browse/TAJO-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155823#comment-14155823
 ] 

ASF GitHub Bot commented on TAJO-1081:
--------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/175

    TAJO-1081: Non-forwarded (simple) query shows wrong rows.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1081

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/175.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #175
    
----
commit ecc11bed916c8d5c0bfa4b0fb29770c81f57b26a
Author: Hyunsik Choi <[email protected]>
Date:   2014-10-01T23:53:11Z

    TAJO-1081: Non-forwarded (simple) query shows wrong rows.

----


> Non-forwarded (simple) query shows wrong rows.
> ----------------------------------------------
>
>                 Key: TAJO-1081
>                 URL: https://issues.apache.org/jira/browse/TAJO-1081
>             Project: Tajo
>          Issue Type: Bug
>          Components: client, tajo master
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Blocker
>             Fix For: 0.9.0
>
>         Attachments: TAJO-1081.patch
>
>
> Non-forward queries show wrong rows. It is the very urgent and critical bug 
> that must be resolved before 0.9.0 release.
> {code}
> default> \d region
> table name: default.region
> table path: file:/Users/hyunsik/tpch/region
> store type: CSV
> number of rows: 0
> volume: 494 B
> Options: 
>       'csvfile.delimiter'='|'
> schema: 
> r_regionkey   INT8
> r_name        TEXT
> r_comment     TEXT
> default> 
> default> select * from region;
> r_regionkey,  r_name,  r_comment
> -------------------------------
> ,  ,  
> 2,  ,  
> ,  ,  
> ,  ,  
> ,  ,  
> ,  ,  
> ,  ,  
> ,  ,  
> ,  ,  
> ,  "
>    � (0,  
> 0,  AFRICA,  lar deposits. blithely final packages cajole. regular waters are 
> final requests. regular accounts are according to 
> 1,  AMERICA,  hs use ironic, even requests. s
> 2,  ASIA,  ges. thinly even pinto beans ca
> 3,  EUROPE,  ly final courts cajole furiously final excuse
> 4,  MIDDLE EAST,  uickly special accounts cajole carefully blithely close 
> requests. carefully final asymptotes haggle furiousl
> (15 rows, 0.03 sec, 494 B selected)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to