[MCOL-1451] getColumnCount() returns 0 Created: 2018-05-31 Updated: 2023-10-26 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Critical |
| Reporter: | Anders Karlsson | Assignee: | Leonid Fedorov |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux CentOS 7.2 |
||
| Description |
|
The mcsapi::ColumnStoreBulkInsert member funtion getColumnCount() always returns 0.
Assuming a table test.t1 with 1 column, running this program:
|
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-06-28 ] |
|
As a workaround please use the getColumnCount() function of ColumnStoreSystemCatalogTable. |