-
- Downloads
[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. Author: Michal Szafranski <michal@databricks.com> Closes #17772 from michal-databricks/spark-20473.
Please register or sign in to comment