spark-instrumented-optimizer/sql/hive
seayi dca6faa29a [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRelation's sameresult method only compare databasename and table name)
override  the MetastoreRelation's  sameresult method only compare databasename and table name

because in previous :
cache table t1;
select count(*) from t1;
it will read data from memory  but the sql below will not,instead it read from hdfs:
select count(*) from t1 t;

because cache data is keyed by logical plan and compare with sameResult ,so  when table with alias  the same table 's logicalplan is not the same logical plan with out alias  so modify  the sameresult method only compare databasename and table name

Author: seayi <405078363@qq.com>
Author: Michael Armbrust <michael@databricks.com>

Closes #3898 from seayi/branch-1.2 and squashes the following commits:

8f0c7d2 [seayi] Update CachedTableSuite.scala
a277120 [seayi] Update HiveMetastoreCatalog.scala
8d910aa [seayi] Update HiveMetastoreCatalog.scala
2015-02-02 16:18:55 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-4508] [SQL] build native date type to conform behavior to Hive 2015-02-02 15:49:22 -08:00
src [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRelation's sameresult method only compare databasename and table name) 2015-02-02 16:18:55 -08:00
v0.12.0/src/main/scala/org/apache/spark/sql/hive [SPARK-4508] [SQL] build native date type to conform behavior to Hive 2015-02-02 15:49:22 -08:00
v0.13.1/src/main/scala/org/apache/spark/sql/hive [SPARK-4508] [SQL] build native date type to conform behavior to Hive 2015-02-02 15:49:22 -08:00
pom.xml [SPARK-4048] Enhance and extend hadoop-provided profile. 2015-01-08 17:15:13 -08:00