Skip to content

[SPARK-25772][SQL][FOLLOWUP] remove GetArrayFromMap - #22825

Closed
cloud-fan wants to merge 1 commit into
apache:masterfrom
cloud-fan:minor
Closed

[SPARK-25772][SQL][FOLLOWUP] remove GetArrayFromMap#22825
cloud-fan wants to merge 1 commit into
apache:masterfrom
cloud-fan:minor

Conversation

@cloud-fan

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

In #22745 we introduced the GetArrayFromMap expression. Later on I realized this is duplicated as we already have MapKeys and MapValues.

This PR removes GetArrayFromMap

How was this patch tested?

existing tests

@cloud-fan

Copy link
Copy Markdown
ContributorAuthor

cc @vofque@viirya

@SparkQA

Copy link
Copy Markdown

Test build #98021 has finished for PR 22825 at commit a6c6faa.

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

@viirya

Copy link
Copy Markdown
Member

Nice catch! LGTM

@cloud-fan

Copy link
Copy Markdown
ContributorAuthor

thanks, merging to master!

jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
## What changes were proposed in this pull request?
In apache#22745 we introduced the `GetArrayFromMap` expression. Later on I realized this is duplicated as we already have `MapKeys` and `MapValues`.
This PR removes `GetArrayFromMap`
## How was this patch tested?
existing tests
Closesapache#22825 from cloud-fan/minor.
Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for freeto 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.

3 participants

@cloud-fan@SparkQA@viirya