Skip to content

[SPARK-6912][SQL] Throw an AnalysisException when unsupported Java Map<K,V> types used in Hive UDF - #7257

Closed
maropu wants to merge 2 commits into
apache:masterfrom
maropu:ThrowExceptionWhenMapUsed
Closed

[SPARK-6912][SQL] Throw an AnalysisException when unsupported Java Map<K,V> types used in Hive UDF#7257
maropu wants to merge 2 commits into
apache:masterfrom
maropu:ThrowExceptionWhenMapUsed

Conversation

@maropu

Copy link
Copy Markdown
Member

To make UDF developers understood, throw an exception when unsupported Map<K,V> types used in Hive UDF. This fix is the same with #7248.

@maropu

Copy link
Copy Markdown
MemberAuthor

@marmbrus plz review it, thx.

@sarutak

Copy link
Copy Markdown
Member

add to whitelist.

@SparkQA

Copy link
Copy Markdown

Test build #36669 has finished for PR 7257 at commit 7886dcc.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA

Copy link
Copy Markdown

Test build #36687 has finished for PR 7257 at commit 916099a.

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

@sarutak

Copy link
Copy Markdown
Member

@marmbrus I think this is ready to merge. Any suggestion?

@asfgitasfgit closed this in 3e831a2Jul 8, 2015
@maropu
maropu deleted the ThrowExceptionWhenMapUsed branch July 5, 2017 11:41
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

@maropu@sarutak@SparkQA