Commit 94d61de
committed
[SPARK-15954][SQL] Disable loading test tables in Python tests
## What changes were proposed in this pull request?
This patch introduces a flag to disable loading test tables in TestHiveSparkSession and disables that in Python. This fixes an issue in which python/run-tests would fail due to failure to load test tables.
Note that these test tables are not used outside of HiveCompatibilitySuite. In the long run we should probably decouple the loading of test tables from the test Hive setup.
## How was this patch tested?
This is a test only change.
Author: Reynold Xin <[email protected]>
Closes #14005 from rxin/SPARK-15954.
(cherry picked from commit 38f4d6f)
Signed-off-by: Reynold Xin <[email protected]>1 parent 79c96c9 commit 94d61de
File tree
2 files changed
+185
-161
lines changed- python/pyspark/sql
- sql/hive/src/main/scala/org/apache/spark/sql/hive/test
2 files changed
+185
-161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
0 commit comments