You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by ztao1987 <gi...@git.apache.org> on 2016/01/26 09:38:40 UTC

[GitHub] incubator-hawq pull request: HAWQ-147. Fix a bug of creating datab...

GitHub user ztao1987 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/295

    HAWQ-147. Fix a bug of creating database failed due to parquet table …

    Bug HAWQ-147: Create Parquet table and insert data in template1 would cause CREATE DATABASE fail.
    
    Reproduce steps:
    $ psql -d template1
    psql (8.2.15)
    Type "help" for help.
    
    template1=# CREATE TABLE foo (
    template1(# a INT)
    template1-# WITH (appendonly=true, orientation=parquet);
    CREATE TABLE
    template1=# INSERT INTO foo VALUES(1);
    INSERT 0 1
    template1=# CREATE DATABASE gptest;
    ERROR: Append-Only relation 'foo' gp_relation_node entry for segment file #1 without an aoseg entry (case #2) (cdbdatabaseinfo.c:1554)
    template1=# 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ztao1987/incubator-hawq HAWQ-147

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/295.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #295
    
----
commit de263810082d4331b525a9fdc1d340b943fba350
Author: zhenglin tao <zh...@gmail.com>
Date:   2016-01-26T08:23:37Z

    HAWQ-147. Fix a bug of creating database failed due to parquet table exist in template1

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: HAWQ-147. Fix a bug of creating datab...

Posted by ztao1987 <gi...@git.apache.org>.
Github user ztao1987 closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/295


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request: HAWQ-147. Fix a bug of creating datab...

Posted by zhangh43 <gi...@git.apache.org>.
Github user zhangh43 commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/295#issuecomment-174891435
  
    LGTM +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---