aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56
diff options
context:
space:
mode:
authortianyi <tianyi.asiainfo@gmail.com>2015-02-11 12:50:17 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-11 12:50:17 -0800
commit44b2311d946981c8251cb7807d70c8e99db5bbed (patch)
tree47701d4d8df99600281527829ebd76769a84a482 /sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56
parenta60d2b70adff3a8fb3bdfac226b1d86fdb443da4 (diff)
downloadspark-44b2311d946981c8251cb7807d70c8e99db5bbed.tar.gz
spark-44b2311d946981c8251cb7807d70c8e99db5bbed.tar.bz2
spark-44b2311d946981c8251cb7807d70c8e99db5bbed.zip
[SPARK-3688][SQL]LogicalPlan can't resolve column correctlly
This PR fixed the resolving problem described in https://issues.apache.org/jira/browse/SPARK-3688 ``` CREATE TABLE t1(x INT); CREATE TABLE t2(a STRUCT<x: INT>, k INT); SELECT a.x FROM t1 a JOIN t2 b ON a.x = b.k; ``` Author: tianyi <tianyi.asiainfo@gmail.com> Closes #4524 from tianyi/SPARK-3688 and squashes the following commits: 237a256 [tianyi] resolve a name with table.column pattern first.
Diffstat (limited to 'sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56')
-rw-r--r--sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb560
1 files changed, 0 insertions, 0 deletions
diff --git a/sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56 b/sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sql/hive/src/test/resources/golden/test ambiguousReferences resolved as hive-2-26f54240cf5b909086fc34a34d7fdb56