GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/12412
[SPARK-14609][SQL] Native support for LOAD DATA DDL command
## What changes were proposed in this pull request?
Add the native support for LOAD DATA DDL command that loads data into Hive
table/partition.
## How was this patch tested?
`HiveDDLCommandSuite` and `HiveQuerySuite`. Besides, few Hive tests
(`WindowQuerySuite`, `HiveTableScanSuite` and `HiveSerDeSuite`) also use `LOAD
DATA` command.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 ddl-load-data
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12412.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 #12412
----
commit 109a725f80ef97410e18fed2a395683805fc0ccb
Author: Liang-Chi Hsieh <[email protected]>
Date: 2016-04-15T07:55:13Z
init import.
commit d8aaae6cda9a6446240bbdfa4d72237d4490b0cd
Author: Liang-Chi Hsieh <[email protected]>
Date: 2016-04-15T09:07:45Z
Add test cases.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]