Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.1.2
-
None
-
None
-
Debian 9 no other dists tested
-
2018-02, 2018-03
Description
When expanding the 1Mio row python test [1] to 10Mio rows, only 9988608 rows are written to ColumnStore. The first 11392 rows are somehow dropped.
Same behaviour for the 10Mio row java test [2]. Here also only 9988608 rows are written.
Therefore, probably a bug in the C++ implementation or Swig.
[1] https://github.com/mariadb-corporation/mariadb-columnstore-api/blob/MCOL-1091/python/test/test_million_row.py
[2] https://github.com/mariadb-corporation/mariadb-columnstore-api/blob/MCOL-1091/java/src/test/java/com/mariadb/columnstore/api/MillionRowTest.java