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

Explain generate serial will cause coredump in optimizer off

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0.0-incubating
    • Optimizer
    • None

    Description

      SET optimizer=off;
      EXPLAIN ANALYZE
      SELECT COUNT(i1) FROM generate_series(0,499) i1, generate_series(100,199) i2
      GROUP BY i1,i2;

      all other simplest query will crash when executed with 'optimizer=off'
      explain select generate_series(0,499);
      explain select 1;

      Attachments

        Activity

          People

            mli Ming Li
            mli Ming Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: