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

rowaggregation asserts for agg on char(5)

    XMLWordPrintable

Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • Icebox
    • None
    • None

    Description

      We noticed this when testing moda with char type.

      Row aggregation will assert if the length of the field isn't = 1,2,4 or 8. The reason being is that it tries to set the accumulator to NULL during start of processing. For small char fields, they're stored as unsigned integers. With a size of 5 (or3,6,7) the function asserts because we don't have predefined values for NULL for these sizes.

      See rowaggregation::makeAggFieldsNull()

      Attachments

        Activity

          People

            Unassigned Unassigned
            David.Hall David Hall (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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