-
Notifications
You must be signed in to change notification settings - Fork 29k
[HOT-FIX][SQL][TESTS] Remove unused function in SparkSqlParserSuite
#15418
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
Conversation
|
Oops, yeah looks like this is a hotfix. Weird, because #14897 passed very recently. CC @cloud-fan ? not exactly sure if this is the cause. |
|
OK to test |
|
it's due to a merge conflict(2 PRs do conflict but their code doesn't) I'll merge this PR as soon as it pass the jenkins. @jiangxb1987 can you update the title to remove [minor] and add [hot-fix]? |
SparkSqlParserSuiteSparkSqlParserSuite
|
ok to test |
|
add to white list |
|
LGTM. |
|
Test build #66644 has finished for PR 15418 at commit
|
|
Test build #66642 has finished for PR 15418 at commit
|
|
Merged to master to unblock other PR tests |
## What changes were proposed in this pull request? The function `SparkSqlParserSuite.createTempViewUsing` is not used for now and causes build failure, this PR simply removes it. ## How was this patch tested? N/A Author: jiangxingbo <jiangxb1987@gmail.com> Closes apache#15418 from jiangxb1987/parserSuite.
What changes were proposed in this pull request?
The function
SparkSqlParserSuite.createTempViewUsingis not used for now and causes build failure, this PR simply removes it.How was this patch tested?
N/A