Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Closes #17772 from michal-databricks/spark-20473. (cherry picked from commit 99c6cf9) Signed-off-by: Reynold Xin <[email protected]>
- Loading branch information