GitHub user tejasapatil opened a pull request:
https://github.com/apache/spark/pull/14702
[SPARK-15694] Implement ScriptTransformation in sql/core
## What changes were proposed in this pull request?
Added `ScriptTransformationExec` which would run script operator in SQL
mode (w/o Hive). Since this has to run w/o Hive, it does not support Hive
serdes. `ScriptTransformBase` has common code across `ScriptTransformationExec`
and `HiveScriptTransformationExec`.
## How was this patch tested?
Added `ScriptTransformationExecSuite`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tejasapatil/spark SPARK-15694_Transform
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14702.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 #14702
----
commit 3a93bb044bf1d0d45fe1b23dc958ae04749ac9d6
Author: Tejas Patil <[email protected]>
Date: 2016-07-24T23:29:39Z
SPARK-15694 Implement ScriptTransformation in sql/core
commit 9dde09d888c5b3b3c72d8e33ee3b0661a53335ef
Author: Tejas Patil <[email protected]>
Date: 2016-08-01T00:04:56Z
remove exrta change
----
---
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]