-
- Downloads
[SPARK-12971] Fix Hive tests which fail in Hadoop-2.3 SBT build
ErrorPositionSuite and one of the HiveComparisonTest tests have been consistently failing on the Hadoop 2.3 SBT build (but on no other builds). I believe that this is due to test isolation issues (e.g. tests sharing state via the sets of temporary tables that are registered to TestHive). This patch attempts to improve the isolation of these tests in order to address this issue. Author: Josh Rosen <joshrosen@databricks.com> Closes #10884 from JoshRosen/fix-failing-hadoop-2.3-hive-tests.
Showing
- sql/hive/src/test/scala/org/apache/spark/sql/hive/ErrorPositionSuite.scala 17 additions, 3 deletions.../scala/org/apache/spark/sql/hive/ErrorPositionSuite.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveComparisonTest.scala 5 additions, 1 deletion.../apache/spark/sql/hive/execution/HiveComparisonTest.scala
Please register or sign in to comment