Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)
Attachments
Issue Links
- links to