aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorLiang-Chi Hsieh <viirya@appier.com>2015-09-17 09:21:21 -0700
committerDavies Liu <davies.liu@gmail.com>2015-09-17 09:21:21 -0700
commit2a508df20d03b3d4a3c05b65fb02d849bc080ef9 (patch)
treeb3d6e2fcd02aad7e10584c1ac0edd42a005d8ebc /docs/running-on-yarn.md
parente51345e1e04e439827a07c95887d14ba38333057 (diff)
downloadspark-2a508df20d03b3d4a3c05b65fb02d849bc080ef9.tar.gz
spark-2a508df20d03b3d4a3c05b65fb02d849bc080ef9.tar.bz2
spark-2a508df20d03b3d4a3c05b65fb02d849bc080ef9.zip
[SPARK-10459] [SQL] Do not need to have ConvertToSafe for PythonUDF
JIRA: https://issues.apache.org/jira/browse/SPARK-10459 As mentioned in the JIRA, `PythonUDF` actually could process `UnsafeRow`. Specially, the rows in `childResults` in `BatchPythonEvaluation` will be projected to a `MutableRow`. So I think we can enable `canProcessUnsafeRows` for `BatchPythonEvaluation` and get rid of redundant `ConvertToSafe`. Author: Liang-Chi Hsieh <viirya@appier.com> Closes #8616 from viirya/pyudf-unsafe.
Diffstat (limited to 'docs/running-on-yarn.md')
0 files changed, 0 insertions, 0 deletions