ajantha-bhat opened a new pull request #3654: [CARBONDATA-3734] Fix insert to partition table when parition column is in sort column URL: https://github.com/apache/carbondata/pull/3654 ### Why is this PR needed? When partition column is a sort column. a) currently sort columns won't be the head of attributes, so need to add logic as per that, as partition columns will be in the end for global sort. b) While rearranging the data fields at executor, need to keep partition column in the end even though it is in sort column. ### What changes were proposed in this PR? prepare sort columns for global sort based on the table sort columns. Keep partition in the end, even though it is in sort columns for data field attributes ### Does this PR introduce any user interface change? - No ### Is any new testcase added? - No (already this scenario present in mv test case)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
