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

Hudson commented on TAJO-558:
-----------------------------

SUCCESS: Integrated in Tajo-master-build #36 (See 
[https://builds.apache.org/job/Tajo-master-build/36/])
TAJO-558: HCatalogStore can't scan columns. (jaehwa) (jhjung: 
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=2046c0b62f3fc1e3f0dfd82927d3ffd9c25d5b27)
* 
tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java
* tajo-algebra/src/main/java/org/apache/tajo/algebra/ColumnReferenceExpr.java
* 
tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/Schema.java
* CHANGES.txt


> HCatalogStore can't scan columns.
> ---------------------------------
>
>                 Key: TAJO-558
>                 URL: https://issues.apache.org/jira/browse/TAJO-558
>             Project: Tajo
>          Issue Type: Bug
>          Components: catalog
>    Affects Versions: 0.8-incubating
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-558.patch
>
>
> If we write partitioned columns at where clause on tsql, tajo print a error 
> message as follows:
> {code:xml}
> tajo> select * from table1 where id = 1;
> ERROR: no such a column name default
> {code}
> For reference, hive table schema is as the following:
> {code:xml}
> CREATE  TABLE table1(
>   id int, 
>   name string, 
>   score float, 
>   type string); 
> {code}
> It  occurred on both managed tables and partitioned tables.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to