GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2610
[CARBONDATA-2831] Added Support Merge index files read from non
transactional table
problem : Currently SDK read/ nontransactional table read from external
table gives null output when carbonMergeindex file is present instead of
carobnindex files.
cause : In LatestFileReadCommitted, while taking snapshot, merge index
files were not considered.
solution: consider the merge index files while taking snapshot
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? NA
- [ ] Any backward compatibility impacted? NA
- [ ] Document update required? NA
- [ ] Testing done. Added UT
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA. NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajantha-bhat/carbondata issue_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2610.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 #2610
----
commit 4a2ca45bd80e542db4a0e461ffdbfb6e55f29d27
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-08-06T08:45:41Z
[CARBONDATA-2831] Added Support Merge index files read from non
transactional table.
problem : Currently SDK read/ nontransactional table read from external
table gives null output when carbonMergeindex file is present instead of
carobnindex files.
cause : In LatestFileReadCommitted, while taking snapshot, merge index
files were not considered.
solution: consider the merge index files while taking snapshot
----
---