Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-147

Create Parquet table and insert data in template1 would cause CREATE DATABASE fail.

    XMLWordPrintableJSON

Details

    Description

      Follow are the steps to reproduce this issue:

      $ 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=#

      Attachments

        Activity

          People

            ztao1987 Zhenglin Tao
            doli Dong Li
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: