You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/06/23 07:15:24 UTC

[jira] [Updated] (TAJO-879) Some data is missing in the case of BROADCAST JOIN and multi-column partition.

     [ https://issues.apache.org/jira/browse/TAJO-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaehwa Jung updated TAJO-879:
-----------------------------

    Fix Version/s: 0.9.0

> Some data is missing in the case of BROADCAST JOIN and multi-column partition.
> ------------------------------------------------------------------------------
>
>                 Key: TAJO-879
>                 URL: https://issues.apache.org/jira/browse/TAJO-879
>             Project: Tajo
>          Issue Type: Bug
>          Components: physical operator, query master
>    Affects Versions: 0.9.0
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> If the data directory is the following, some data is missing. 
> {noformat}
> /tajo/warehouse/table1/year=2014/month=01/hour=12/part-01-00000
> /tajo/warehouse/table1/year=2014/month=02/hour=12/part-01-00000
> {noformat}
> SeqScanExec uses a last partition column path's name as a broadcast table's cache key.
> In this case the table is partitioned by year, month, hour. So the cache key is "hour=12" which is not unique. 
> It should be fixed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)