-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17453/#review32979
-----------------------------------------------------------

Ship it!


+1
The patch looks good for me. After you remove LogFactory line in 
ColumnReferenceExpr, please commit it.



tajo-algebra/src/main/java/org/apache/tajo/algebra/ColumnReferenceExpr.java
<https://reviews.apache.org/r/17453/#comment62118>

    It looks unnecessary. Please remove it.


- Hyunsik Choi


On Jan. 28, 2014, 8:07 p.m., Jung JaeHwa wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/17453/
> -----------------------------------------------------------
> 
> (Updated Jan. 28, 2014, 8:07 p.m.)
> 
> 
> Review request for Tajo.
> 
> 
> Bugs: TAJO-558
>     https://issues.apache.org/jira/browse/TAJO-558
> 
> 
> Repository: tajo
> 
> 
> Description
> -------
> 
> 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.
> 
> 
> Diffs
> -----
> 
>   tajo-algebra/src/main/java/org/apache/tajo/algebra/ColumnReferenceExpr.java 
> 9734593 
>   
> tajo-catalog/tajo-catalog-common/src/main/java/org/apache/tajo/catalog/Schema.java
>  c971b63 
>   
> tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java
>  ab20f42 
> 
> Diff: https://reviews.apache.org/r/17453/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jung JaeHwa
> 
>

Reply via email to