GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2651
[HOTFIX] Support TableProperties Map API for SDK
Currently SDK supports load options as map input. But table properties is
not a map.
So this PR supports a API that can take already supported table properties
as map.
This is will help for easy configuration for end user of SDK.
your contribution quickly and easily:
- [ ] Any interfaces changed? NA. Added new interface.
- [ ] Any backward compatibility impacted? NA
- [ ] Document update required? yes, updated.
- [ ] Testing done. Updated 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 unmanaged_table
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2651.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 #2651
----
commit 5671a9ff55bb23ce678319da342245ec527b0386
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-08-23T10:09:29Z
Support TablePropertiesMap API for SDK
----
---