-
- Downloads
[SPARK-5941] [SQL] Unit Test loads the table `src` twice for leftsemijoin.q
In `leftsemijoin.q`, there is a data loading command for table `sales` already, but in `TestHive`, it also created the table `sales`, which causes duplicated records inserted into the `sales`. Author: Cheng Hao <hao.cheng@intel.com> Closes #4506 from chenghao-intel/df_table and squashes the following commits: 0be05f7 [Cheng Hao] Remove the table `sales` creating from TestHive
Showing
- sql/core/src/test/scala/org/apache/spark/sql/columnar/InMemoryColumnarQuerySuite.scala 1 addition, 1 deletion...pache/spark/sql/columnar/InMemoryColumnarQuerySuite.scala
- sql/hive/src/main/scala/org/apache/spark/sql/hive/test/TestHive.scala 0 additions, 6 deletions.../main/scala/org/apache/spark/sql/hive/test/TestHive.scala
- sql/hive/src/test/resources/golden/leftsemijoin-10-89737a8857b5b61cc909e0c797f86aea 0 additions, 2 deletions...s/golden/leftsemijoin-10-89737a8857b5b61cc909e0c797f86aea
- sql/hive/src/test/resources/golden/leftsemijoin-8-73cad58a10a1483ccb15e94a857013 0 additions, 2 deletions...rces/golden/leftsemijoin-8-73cad58a10a1483ccb15e94a857013
- sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala 11 additions, 4 deletions.../org/apache/spark/sql/hive/execution/HiveSerDeSuite.scala
Loading
Please register or sign in to comment