You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/05/05 07:45:21 UTC

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

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:
users@infra.apache.org


With regards,
Apache Git Services