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

select count(aux) from i1 where idbpartition('i') = '0.0.1' crashes MDB runtime

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 23.10.4
    • None
    • MDB Plugin
    • None
    • 2025-7, 2025-8

    Description

      If idbpartition and I suppose any of the existing pseudofunctions receives an inappropriate argument type getSelectPlan() control flow receives SIGABRT from an uncaught exception. Here is the example idbpartition must receive column name and it received a string literal:

      create table cs1(i bigint)engine=columnstore;
      select count(i) from cs1 where idbpartition('i') = '0.0.1';
      

      Attachments

        Activity

          People

            kristina Kristina Pavlova
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            1 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.