GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1772
[CARBONDATA-1995] Unify all writer steps and make temp location configurable
In order to make file level OuputFormat, it needs to make temp location
configuration.
This PR:
1. Unify all writer step into one to make write flow simpler.
2. Make temp location configuration which is be used by file level
OutputFormat.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
Rerun all testcase
- [X] 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/jackylk/incubator-carbondata unify_writer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1772.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 #1772
----
commit a13fb16138bacc5521274227a5f097918ab12979
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-06T12:28:44Z
remove partitionid
commit 2015fcd8980b6d7b206b608ab41493bb0a9b1467
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-07T16:10:19Z
unify writer
----
---