-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-11191] [SPARK-11311] [SQL] Backports #9664 and #9277 to branch-1.5 #9671
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-11191] [SPARK-11311] [SQL] Backports #9664 and #9277 to branch-1.5 #9671
Conversation
HiveQl.parseSql(sqlText) | ||
sqlContext.executionHive.withHiveState { | ||
HiveQl.parseSql(sqlText) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HiveQl
tries to resolve UDTFs using Hive FunctionRegistry
during parsing, must wrap it with execution Hive state.
Test build #45756 has finished for PR 9671 at commit
|
Hm, I suspect maybe the Jenkins build was executed before #9570 (the ADD JAR issue) was merged to branch-1.5, and thus caused the failure. |
retest this please |
Test build #45797 has finished for PR 9671 at commit
|
The test failure was because a previous test case ( |
Test build #45930 has finished for PR 9671 at commit
|
cc @yhuai |
Merge to branch 1.5. |
The main purpose of this PR is to backport #9664, which depends on #9277. Author: Cheng Lian <lian@databricks.com> Closes #9671 from liancheng/spark-11191.fix-temp-function.branch-1_5.
Merged. |
The main purpose of this PR is to backport #9664, which depends on #9277.