GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1731 [CARBONDATA-1943][PARTITION] Fix Load static partition with LOAD COMMAND creates multiple partitions
When using the LOAD syntax without options then spark creates `LoadDataCommand` so passing of partitions information to `CarbonLoadDataCommand` is missing in that case. This PR fixes it.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed?
- [X] Any backward compatibility impacted?
- [X] Document update required?
- [X] Testing done
tests added
- [X] 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/ravipesala/incubator-carbondata load-static-partition-issue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1731.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1731
----
commit b197a5caa099683079f3e8beacd1d41af2291583
Author: ravipesala <ravi.pesala@...>
Date: 2017-12-27T17:26:04Z
Fix Load static partition with LOAD COMMAND creates multiple partitions
----
---