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

idbpm inside of aggregate never returns

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 1.5.2
    • Icebox
    • ExeMgr, PrimProc
    • None
    • 2020-7

    Description

      Somewhere along the line, working_tpch1_compareLogOnly/misc/pseudoColumns2.sql started locking up. The query

      select count(distinct idbPm(l_orderkey)*10000000 + idbExtentRelativeRid(l_orderkey)) from lineitem;
      

      Is the culprit. It can be reduced to

      select max(idbPm(l_orderkey)) from lineitem;
      

      and still cause the problem.

      However, if we shoot for a smaller dataset:

      select count(distinct idbPm(r_regionkey)) from region;
      

      All is well.

      This is a regression from 1.4.4

      Attachments

        Activity

          People

            leonid.fedorov Leonid Fedorov
            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.