Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.5.2
-
None
Description
Build tested: 1.5.2-1 (community edition, hasty b33685)
Distributions tested: Debian 9.1 and 10, Ubuntu 16.04, 18.04, and 20.04.
When running "load data infield" with columnstore_use_import_for_batchinsert=1, LDI returned a value saturation error:
MariaDB [mytest]> load data infile "/data/qa/source/dbt3/1g/orders.tbl" into table orders fields terminated by "|";
ERROR 9999 (HY000): Values saturated
But all rows were actually loaded.
LDI without using batch insert, as well as cpimport itself, did not complain about value saturation.
The same LDI statement also did not return value saturation error in release 1.4.4-1.
1.5.2-1 on Centos 7, 8, Suse 12, 15 did not have this issue.