[MCOL-116] Casual partitioning flag for dictionary columns are incorrect after cpimport Created: 2016-06-10 Updated: 2016-06-10 Resolved: 2016-06-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | cpimport |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniel Lee (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mscadmin> getsoft Name : mariadb-columnstore-platform Relocations: (not relocatable) Test case: Autopilot systemTest/casualPartition After an import job, cpimport should set the casual partitioning flags for each column to valid. I import a 10g lineitem table. Flags for dictionary columns (l_shipinstruct, l_shipmode, l_comment) are not set correctly. [root@s1um1 casualPartition]# /usr/local/mariadb/columnstore/bin/editem -o 34123 |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2016-06-10 ] |
|
I just realized that casual partition test case was broke by the latest changes in InfiniDB 4.6 and the reported behavior is expected. Thanks you for Mr. Hall for confirming that in InfiniDB 4.6. I have not been running for Columnstore. For the latest test, I ran it by accident. Anyway, I spent time today and have the test case fixed. |