Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-20473] Enabling missing types in ColumnVector.Array #17772

Closed

Conversation

michal-databricks
Copy link
Contributor

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.

@HyukjinKwon
Copy link
Member

How come existing unit tests cover supporting the types that were previously unsupported?

@hvanhovell
Copy link
Contributor

ok to test

@SparkQA
Copy link

SparkQA commented Apr 26, 2017

Test build #76185 has finished for PR 17772 at commit b4054af.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor

rxin commented Apr 26, 2017

Merging in master / branch-2.2.

asfgit pushed a commit that referenced this pull request Apr 26, 2017
## 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]>
@asfgit asfgit closed this in 99c6cf9 Apr 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants