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

Bulk INSERT into table without compression fails with ER_INTERNAL_ERROR

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Do
    • 1.4.2
    • Icebox
    • N/A
    • None

    Description

      drop table if exists t2;
      create table t2 (a int) engine=Columnstore comment 'compression=0';
      insert into t2 select 1 from seq_1_to_300000;
      alter table t2 add b int;
      insert into t2 select 2, 3 from seq_1_to_300000;
      

      MariaDB f93bfb9288d020b190f5c73a31223fff6439687d

      MariaDB [db]> insert into t2 select 2, 3 from seq_1_to_300000;
      ERROR 1815 (HY000): Internal error: PM1 : Bulkload Parse (thread 0) Failed for Table db.t2 during parse completion.  Terminating this job.
      

      Support report is attached.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            3 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.