GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/spark/pull/11717
[SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data
source
## What changes were proposed in this pull request?
This PR makes CSV data source produce `InternalRow` instead of `Row`.
Basically, this resembles JSON data source. It uses the same codes for
casting.
## How was this patch tested?
Unit tests were used within IDE and code style was checked by
`./dev/run_tests`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HyukjinKwon/spark SPARK-13899
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11717.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 #11717
----
commit 11dcc3dbbf7abd7d0d65aa6f4de7878676d55837
Author: hyukjinkwon <[email protected]>
Date: 2016-03-15T08:04:45Z
Produce InternalRow instead of external Row
----
---
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]