GitHub user michal-databricks opened a pull request:
https://github.com/apache/spark/pull/17772
[SPARK-20473] Enabling missing types in ColumnVector.Array
## What changes were proposed in this pull request?
ColumnVector implementations originally did not support some Catalyst types
(float, short, and boolean). Now that they do, those types should be also added
to the ColumnVector.Array.
## How was this patch tested?
Tested using existing unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michal-databricks/spark-1 spark-20473
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17772.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 #17772
----
commit b4054af6ade9d552cdbb7e1ef93cd3efcd232bd2
Author: Michal Szafranski <[email protected]>
Date: 2017-04-26T10:54:12Z
Enabling missing type in ColumnVector.Array
----
---
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]