Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-3307

Non-Columnstore Window function causes debug assert

    XMLWordPrintable

Details

    • 2019-05

    Description

      CREATE TABLE s3 (
      k1 bigint NOT NULL,
      c1 int DEFAULT NULL,
      PRIMARY KEY (k1)
      );

      SELECT k1, c1, avg(c1) OVER (ORDER BY c1) FROM s3 WHERE k1 < 100 ORDER BY k1;

      Cause assert see MDEV-19270 for more information

      Attachments

        Issue Links

          Activity

            People

              dleeyh Daniel Lee (Inactive)
              David.Hall David Hall (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.