spark-instrumented-optimizer/sql/hive
Wenchen Fan 962e9bcf94 [SPARK-12756][SQL] use hash expression in Exchange
This PR makes bucketing and exchange share one common hash algorithm, so that we can guarantee the data distribution is same between shuffle and bucketed data source, which enables us to only shuffle one side when join a bucketed table and a normal one.

This PR also fixes the tests that are broken by the new hash behaviour in shuffle.

Author: Wenchen Fan <wenchen@databricks.com>

Closes #10703 from cloud-fan/use-hash-expr-in-shuffle.
2016-01-13 22:43:28 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-12593][SQL] Converts resolved logical plan back to SQL 2016-01-08 14:08:13 -08:00
src [SPARK-12756][SQL] use hash expression in Exchange 2016-01-13 22:43:28 -08:00
pom.xml [SPARK-12573][SPARK-12574][SQL] Move SQL Parser from Hive to Catalyst 2016-01-06 11:16:53 -08:00