GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1756 [HOTFIX] Remove redundant object creation in writer
There is an unnecessary object creation in writer, this PR removes it
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
No logic is modified, rerun all tests
- [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 patch-5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1756.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1756
----
commit 276700d73e4d89b18c49e87cd55afe399d306606
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-03T14:05:04Z
remove redundant object creation
----
---