GitHub user ajantha-bhat opened a pull request:
https://github.com/apache/carbondata/pull/2352
[CARBONDATA-2555]Fixed SDK reader set default isTransactional as false
[CARBONDATA-2555]Fixed SDK reader set default isTransactional as false .
SDK writer is having default value of isTransactional is false. But reader
is not like this.
So, Fixing this by deafult make SDK to use flat folder structure.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed? yes. Changed the default value
- [ ] Any backward compatibility impacted? NA
- [ ] Document update required? yes, updated
- [ ] Testing done
Updated the 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/2352.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 #2352
----
commit 869930514cc7fd37c02ec3e8c8e2d1ba2063c814
Author: ajantha-bhat <ajanthabhat@...>
Date: 2018-05-29T06:33:55Z
[CARBONDATA-2555] SDK reader set default isTransactional as false
----
---