You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Hubert Zhang (JIRA)" <ji...@apache.org> on 2016/07/12 05:57:10 UTC

[jira] [Closed] (HAWQ-887) Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.

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

Hubert Zhang closed HAWQ-887.
-----------------------------
    Resolution: Fixed

> Query should be continued when bucket number of result hash relation is bigger than the on number of command external table.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-887
>                 URL: https://issues.apache.org/jira/browse/HAWQ-887
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> When user create a hash table test with bucket number 6, and a command external table e_test with on number 1, 
> query likes "insert into test select * from e_test" will be refused due to bucket number and on number are not equal.
> This restriction can be relaxed, if bucket number is bigger than on number, the queries should be OK, and no wrong answer will be generated.



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