GitHub user manishgupta88 opened a pull request:
https://github.com/apache/carbondata/pull/2877
[WIP] Added validation for supported format version and Encoding type to
throw proper exception to the user while reading a file
**This PR contains:**
1. Validation for columnar format version. Exception will be thrown during
reading if specified format version is not valid to read.
2. Validation for supported encoding type. Exception will be throw during
reading if any of the written encoding is not supported for read in the current
version.
- [ ] 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/manishgupta88/carbondata compatability_checks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2877.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 #2877
----
commit b9c87b93d4cc2252a83371a658ff32f2e8dc7d1c
Author: manishgupta88 <tomanishgupta18@...>
Date: 2018-10-29T15:22:02Z
Added validation for supported format version and Encoding type to throw
proper exception to the user while reading a file
----
---