GitHub user Indhumathi27 opened a pull request:
https://github.com/apache/carbondata/pull/2883
[CARBONDATA-3062] Fix Compatibility issue with cache_level as blocklet
**Why this PR for?**
In case of hybrid store we can have block as well as blocklet schema.
Scenario:
When there is a hybrid store in which few loads are from legacy store which
do not contain the blocklet information and hence they will be, by default have
cache_level as BLOCK and few loads with latest store which contain the BLOCKLET
information and have cache_level BLOCKLET. For these type of scenarios we need
to have separate task and footer schemas. For all loads with/without blocklet
info there will not be any additional cost of maintaining 2 variables
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
- [ ] 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/Indhumathi27/carbondata column_comp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2883.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 #2883
----
----
---