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

Core dump in tpcds query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Resolved
    • None
    • 2.0.0.0-incubating
    • Core
    • None

    Description

      Reproduce steps:
      CREATE TABLE reason (
      r_reason_sk integer NOT NULL,
      r_reason_id character(16) NOT NULL,
      r_reason_desc character(100)
      )
      WITH (appendonly=true, orientation=row, compresstype=quicklz, compresslevel=1) DISTRIBUTED BY (r_reason_sk);
      explain select substr(r_reason_desc,1,20) from reason group by r_reason_desc order by substr(r_reason_desc,1,20);

      Attachments

        Activity

          People

            ztao1987 Zhenglin Tao
            ztao1987 Zhenglin Tao
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: