GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2462
[CARBONDATA-2704] Index file size in describe formatted command is not
updated correctly with the segment file
**Problem:**
Describe formatted command is not showing correct index files size after
index files merge.
**Solution:**
Segment file should be updated with the actual index files size of that
segment after index files merge.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
UT added
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dhatchayani/carbondata CARBONDATA-2704
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2462.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2462
----
commit 11f52bd21d6496764d0841c6f732cb66da583c16
Author: dhatchayani <dhatcha.official@...>
Date: 2018-07-09T05:49:51Z
[CARBONDATA-2704] Index file size in describe formatted command is not
updated correctly with the segment file
----
---