GitHub user nongli opened a pull request:
https://github.com/apache/spark/pull/11141
[SPARK-13250][SQL] Make broadcast join handle InternalRow input.
In some cases, such as the vectorized parquet reader, it is unnecessary and
expensive to product UnsafeRows. Rather than always generating unsafe rows,
this adds an identity projection in the operator (broadcast join) if they
need
a particular serialization.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nongli/spark spark-13250
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11141.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 #11141
----
commit 662559c1ef24159d6878616993b2dd3caa3de154
Author: Nong Li <[email protected]>
Date: 2016-02-09T21:27:40Z
[SPARK-13250][SQL] Make broadcast join handle InternalRow input.
In some cases, such as the vectorized parquet reader, it is unnecessary and
expensive to product UnsafeRows. Rather than always generating unsafe rows,
this adds an identity projection in the operator (broadcast join) if they
need
a particular serialization.
----
---
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]