[
https://issues.apache.org/jira/browse/CARBONDATA-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ajantha Bhat updated CARBONDATA-3478:
-------------------------------------
Fix Version/s: (was: 1.6.0)
1.6.1
> Fix ArrayIndexOutOfBoundsException issue on compaction after alter rename operation
> -----------------------------------------------------------------------------------
>
> Key: CARBONDATA-3478
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3478> Project: CarbonData
> Issue Type: Bug
> Reporter: Indhumathi Muthumurugesh
> Priority: Major
> Fix For: 1.6.1
>
> Time Spent: 5h 20m
> Remaining Estimate: 0h
>
> Please find the steps to reproduce the issue:
> # Create table having dimension and measure columns
> # load data
> # rename / add column/ drop column in table
> # alter set tblproperties('sort_columns'=measure column', 'sort_scope'='local_sort')
> # load data
> # perform compaction and find the exception below
>
> Driver stacktrace:
> 2019-07-26 19:34:03 ERROR CarbonAlterTableCompactionCommand:345 - Exception in start compaction thread.
> java.lang.Exception: Exception in compaction Job aborted due to stage failure: Task 0 in stage 6.0 failed 1 times, most recent failure: Lost task 0.0 in stage 6.0 (TID 6, localhost, executor driver): java.lang.ArrayIndexOutOfBoundsException: 3
> at org.apache.carbondata.core.scan.wrappers.ByteArrayWrapper.getNoDictionaryKeyByIndex(ByteArrayWrapper.java:81)
> | |
--
This message was sent by Atlassian Jira
(v8.3.4#803005)