GitHub user sraghunandan opened a pull request:
https://github.com/apache/carbondata/pull/1845 [CARBONDATA-2066] Add Local keyword when loading data to hive table
when "duplicate values" UT is run, uniqwithoutheader.csv file used to load into hive gets deleted.
- [ ] Any interfaces changed?
No
- [ ] Any backward compatibility impacted?
No
- [ ] Document update required?
No
- [ ] Testing done
Yes
- [ ] 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/sraghunandan/carbondata-1 csv_deleted_when_run_test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1845.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1845
----
commit 735c0d6621ca7f213e676249fed82e901f7d6c66
Author: Raghunandan S <carbondatacontributions@...>
Date: 2018-01-23T07:29:34Z
Add "local" keyword to hive table loading in order to avoid moving of existing csv to table location
----
---