[jira] [Updated] (CARBONDATA-4144) After the alter table xxx compact command is executed, the index size of the segment is 0, and an error is reported while quering
Posted by Akash R Nilugal (Jira) on URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Updated-CARBONDATA-4144-After-the-alter-table-xxx-compact-command-is-executed-the-index-size-ofg-tp106616.html
liuhe0702 updated CARBONDATA-4144:
----------------------------------
Description:
1、In the tablestatus of the secondary index table, the value of indexSize is 0 and segmentFile is xxx_null.segment.
was:When 'alter table xxx compact ...' command is executed, the value of segmentFile is 13010.1_null.segment, and the values of indexSize and dataSize are 0 in the tablestatus file of the second index table. Query failed and the log displays java.lang.IndexOutOfBoundsException: Index:0, Size:0.