-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2328] [SQL] Add execution of SHOW TABLES before TestHive.reset().
#1268
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
|
Merged build triggered. |
|
Merged build started. |
|
If #1226 is merged before this, this is not needed. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
LGTM, thanks for fixing this! |
…set()`. `PruningSuite` is executed first of Hive tests unfortunately, `TestHive.reset()` breaks the test environment. To prevent this, we must run a query before calling reset the first time. Author: Takuya UESHIN <[email protected]> Closes #1268 from ueshin/issues/SPARK-2328 and squashes the following commits: 043ceac [Takuya UESHIN] Add execution of `SHOW TABLES` before `TestHive.reset()`. (cherry picked from commit 1e2c26c) Signed-off-by: Michael Armbrust <[email protected]>
|
Thanks! I've merged this into master and the 1.0 branches. |
…set()`. `PruningSuite` is executed first of Hive tests unfortunately, `TestHive.reset()` breaks the test environment. To prevent this, we must run a query before calling reset the first time. Author: Takuya UESHIN <[email protected]> Closes #1268 from ueshin/issues/SPARK-2328 and squashes the following commits: 043ceac [Takuya UESHIN] Add execution of `SHOW TABLES` before `TestHive.reset()`. (cherry picked from commit 1e2c26c) Signed-off-by: Michael Armbrust <[email protected]>
…set()`. `PruningSuite` is executed first of Hive tests unfortunately, `TestHive.reset()` breaks the test environment. To prevent this, we must run a query before calling reset the first time. Author: Takuya UESHIN <[email protected]> Closes apache#1268 from ueshin/issues/SPARK-2328 and squashes the following commits: 043ceac [Takuya UESHIN] Add execution of `SHOW TABLES` before `TestHive.reset()`.
PruningSuiteis executed first of Hive tests unfortunately,TestHive.reset()breaks the test environment.To prevent this, we must run a query before calling reset the first time.