GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2358 [CARBONDATA-2571] Calculating the carbonindex and carbondata file size of a table is wrong
While calculating the carbonindex and carbondata file size, we have to consider both the files and mergeFileName fields. We should get the list of index files from these 2 fields and then calculate the size of the files.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
Manual Testing
- [ ] 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-2571
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2358.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2358
----
commit 0490e27271f6d75445c7e7981cfec8c6e21bcc73
Author: dhatchayani <dhatcha.official@...>
Date: 2018-06-01T09:43:38Z
[CARBONDATA-2571] Calculating the carbonindex and carbondata file size of a table is wrong
----
---