Ajantha Bhat created CARBONDATA-3728:
----------------------------------------
Summary: Fix insert failure on partition table with local sort
Key: CARBONDATA-3728
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3728 Project: CarbonData
Issue Type: Bug
Reporter: Ajantha Bhat
Assignee: Ajantha Bhat
Fix For: 2.0.0
In the new Insert flow, partition column data is maintained at the end till convert to 3 steps of write step.
But when local sort happens before the write step, The mapping is derived based on original internal order instead of partition internal order. Hence insert fails during sorting.
Use internal partition order instead of internal order.
Support 1.1 compatibility
avoid impact for sort step of load flow partition.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)