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

count distinct in a join asserts in Ubuntu 20.04

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 5.5.1
    • 5.6.1
    • ExeMgr
    • Ubuntu 20.04
    • 2021-5, 2021-6, 2021-7

    Description

      The following query has a count(distinct) followed by statistics aggregates in a join. This will cause an assert in Ubuntu 20.04.

      select 'q34', l_shipmode, count(distinct l_orderkey), std(l_partkey*10), stddev(l_partkey*10), stddev_pop(l_partkey*10) from lineitem, part where l_orderkey > 1220 and l_orderkey < 1260 and l_partkey = p_partkey group by 1,2 order by 1,2;
      ERROR 1815 (HY000): Internal error: Lost connection to ExeMgr. Please contact your administrator
      

      Attachments

        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.