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

N/A for min and max in calshowpartitions

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • Icebox
    • None
    • None
    • columnstore develop, MDB 10.6-enterprise, DroneCI, any OS

    Description

      CREATE TABLE t1 (a DECIMAL(17,1)) ENGINE=ColumnStore;
      INSERT INTO t1 VALUES (-8999999999999999.9);
      SELECT * FROM t1 WHERE a=0;
      SELECT calshowpartitions('t1','a');

      should give:
      Part# Min Max Status
      0.0.1 -8999999999999999.9 -8999999999999999.9 Enabled

      but sometimes give:
      Part# Min Max Status
      0.0.1 N/A N/A Enabled

      Attachments

        Activity

          People

            Unassigned Unassigned
            kirill.perov@mariadb.com Kirill Perov
            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.