Hi Suresh,
I have filed a bug for this that has more details:
https://jira.mariadb.org/browse/MCOL-475
If you specify the value 0 or null for the autoincrement column then cpimport or direct insert will populate from the autoinc sequence rather than the file. IF you can reload the file that may be an option while we investigate this case further.
David.
--
You received this message because you are subscribed to the Google Groups "MariaDB ColumnStore" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mariadb-columns...@googlegroups.com.
To post to this group, send email to mariadb-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mariadb-columnstore/1731553039.1817636.1482179426553%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.
Thanks good catch on that one, it’s only if you also define a not null constraint on the autoincrement column. The warning also does not occur if you explicitly specify the column as null or 0 in your insert statement.
I’ve filed https://jira.mariadb.org/browse/MCOL-479 for this.
Thanks,
David.