aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgatorsmile <gatorsmile@gmail.com>2016-09-07 14:03:14 -0700
committerJosh Rosen <joshrosen@databricks.com>2016-09-07 14:03:14 -0700
commitb230fb92a53375b648fa0f9e1d852270156d79e5 (patch)
tree5a3e2c7acb3cc228030738d870c408f82138a382 /.github
parent649fa4bf1d6fc9271ae56b6891bc93ebf57858d1 (diff)
downloadspark-b230fb92a53375b648fa0f9e1d852270156d79e5.tar.gz
spark-b230fb92a53375b648fa0f9e1d852270156d79e5.tar.bz2
spark-b230fb92a53375b648fa0f9e1d852270156d79e5.zip
[SPARK-17052][SQL] Remove Duplicate Test Cases auto_join from HiveCompatibilitySuite.scala
### What changes were proposed in this pull request? The original [JIRA Hive-1642](https://issues.apache.org/jira/browse/HIVE-1642) delivered the test cases `auto_joinXYZ` for verifying the results when the joins are automatically converted to map-join. Basically, most of them are just copied from the corresponding `joinXYZ`. After comparison between `auto_joinXYZ` and `joinXYZ`, below is a list of duplicate cases: ``` "auto_join0", "auto_join1", "auto_join10", "auto_join11", "auto_join12", "auto_join13", "auto_join14", "auto_join14_hadoop20", "auto_join15", "auto_join17", "auto_join18", "auto_join2", "auto_join20", "auto_join21", "auto_join23", "auto_join24", "auto_join3", "auto_join4", "auto_join5", "auto_join6", "auto_join7", "auto_join8", "auto_join9" ``` We can remove all of them without affecting the test coverage. ### How was this patch tested? N/A Author: gatorsmile <gatorsmile@gmail.com> Closes #14635 from gatorsmile/removeAuto.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions