[GitHub] [carbondata] QiangCai opened a new pull request #3201: [CARBONDATA-3371] Fix ArrayIndexOutOfBoundsException of compaction after sort_columns modification

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] QiangCai opened a new pull request #3201: [CARBONDATA-3371] Fix ArrayIndexOutOfBoundsException of compaction after sort_columns modification

GitBox
QiangCai opened a new pull request #3201: [CARBONDATA-3371] Fix ArrayIndexOutOfBoundsException of compaction after sort_columns modification
URL: https://github.com/apache/carbondata/pull/3201
 
 
   Modification:
   1. SegmentPropertiesWrapper should check the column order for different segments
   Because sort_columns modification can change the column order.
   2.  dictionaryColumnChunkIndex of blockExecutionInfo should keep projection order for compaction
   3. if column drift happened, it should convert measure to dimension in RawResultIterator
   
   
    - [x] Any interfaces changed?
    no
    - [x] Any backward compatibility impacted?
    no
    - [x] Document update required?
    no
    - [x] Testing done
           Please provide details on
           - Whether new unit test cases have been added or why no new tests are required?
              added unit test cases
           - How it is tested? Please attach test report.
              unit test cases passed
           - Is it a performance related change? Please attach the performance test report.
           - Any additional information to help reviewers in testing this change.
         
    - [x] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
    small chagnes
   

----------------------------------------------------------------
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:
[hidden email]


With regards,
Apache Git Services