You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by interma <gi...@git.apache.org> on 2017/11/06 10:47:54 UTC

[GitHub] incubator-hawq issue #1307: HAWQ-1544. prompt file count doesn't match hash ...

Github user interma commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1307
  
    How to reproduct this issue, see jira: https://issues.apache.org/jira/browse/HAWQ-1544
    
    Root cause:
    When create a table, it inserts a row into `gp_distribution_policy ( localoid | bucketnum | attrnums )`, and it will update this row on the follow reorganize table. 
    But it only updates attrnums field, the correct logic also needs updating bucketnum field to the current default_hash_table_bucket_number.



---