GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2307
[CARBONDATA-2482] Pass uuid while writing segment file if possible
Pass the uuid (segmentFileName) to the writeSegmentFile method file if
possible
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
UTs are already there
- [ ] 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/dhatchayani/carbondata writesegFile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2307.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 #2307
----
commit 8dffef3c1dff120ee6c4aed525e355fd0c6aff18
Author: dhatchayani <dhatcha.official@...>
Date: 2018-05-15T06:54:01Z
[CARBONDATA-2482] Pass uuid while writing segment file if possible
----
---