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

Hudson commented on TAJO-1933:
------------------------------

FAILURE: Integrated in Tajo-master-CODEGEN-build #567 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/567/])
TAJO-1933: When a simple query executed on partitioned tables, the (jihoonson: 
rev a647f37c967cf7a8e49a0bc02edead43838e5b13)
* CHANGES
* 
tajo-core-tests/src/test/resources/results/TestTajoCli/testNonForwardQueryPause.result
* tajo-core/src/main/java/org/apache/tajo/master/exec/QueryExecutor.java
* 
tajo-core-tests/src/test/resources/results/TestTajoCli/testResultRowNumWhenSelectingOnPartitionedTable.result
* tajo-core-tests/src/test/java/org/apache/tajo/cli/tsql/TestTajoCli.java
* tajo-cli/src/main/java/org/apache/tajo/cli/tsql/TajoCli.java


> When a simple query executed on partitioned tables, the number of result rows 
> is always the number of rows of the whole table
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAJO-1933
>                 URL: https://issues.apache.org/jira/browse/TAJO-1933
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Blocker
>             Fix For: 0.11.0
>
>
> See the title.
> You can reproduce as follows.
> {noformat}
> default> \d nation_part
> table name: default.nation_part
> table uri: hdfs://localhost:7020/tajo/warehouse/default/nation_part
> store type: TEXT
> number of rows: 25
> volume: 317 B
> Options: 
>       'text.delimiter'='|'
> schema: 
> n_nationkey   INT8
> n_name        TEXT
> n_regonkey    INT8
> Partitions: 
> type:COLUMN
> columns::n_comment (TEXT)
> default> select n_comment from nation_part where n_comment = 'this is a 
> directory to test partition.';
> n_comment
> -------------------------------
> this is a directory to test partition.
> (25 rows, 0.031 sec, 0 B selected)
> {noformat}



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

Reply via email to