spark-instrumented-optimizer/sql/hive
Cheng Hao c5602bdc31 [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
2015-04-13 16:02:18 -07:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-6130] [SQL] support if not exists for insert overwrite into partition in hiveQl 2015-04-13 14:29:07 -07:00
src [SPARK-5941] [SQL] Unit Test loads the table src twice for leftsemijoin.q 2015-04-13 16:02:18 -07:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-5498][SQL]fix query exception when partition schema does not match table schema 2015-03-25 17:47:45 -07:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-5498][SQL]fix query exception when partition schema does not match table schema 2015-03-25 17:47:45 -07:00
pom.xml SPARK-6433 hive tests to import spark-sql test JAR for QueryTest access 2015-04-01 16:26:54 +01:00