Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.1.6, 1.2.0
-
None
-
None
-
Debian 9
-
2018-17, 2018-18, 2018-19
Description
Attached example works on CentOS 7 and Windows 10 but fails with an exception on Debian 9.
(Other operating systems not tested)
Exception: Error caught: A valid date/time could not be extracted from the following string with the supplied format: 6 Dec 2001 12:33:45
Linux compiled with: g++ datetime-convert.cpp -o datetime-convert -std=c++11 `pkg-config libmcsapi --cflags --libs`
Windows compiled with: cl datetime-convert.cpp "C:\Program Files\MariaDB\ColumnStore Bulk Write SDK\lib\mcsapi.lib" /I "C:\Program Files\MariaDB\ColumnStore Bulk Write SDK\include"
target table: test.dt
CREATE TABLE dt (dt DATETIME) engine=columnstore
mcsapi's current test cases don't cover this type of ColumnStoreDateTime initialization.
Attachments
Issue Links
- blocks
-
MCOL-1242 Remote CpImport
- Closed