[ https://issues.apache.org/jira/browse/SPARK-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Armbrust resolved SPARK-3688. ------------------------------------- Resolution: Fixed Fix Version/s: 1.3.0 Issue resolved by pull request 4524 [https://github.com/apache/spark/pull/4524] > LogicalPlan can't resolve column correctlly > ------------------------------------------- > > Key: SPARK-3688 > URL: https://issues.apache.org/jira/browse/SPARK-3688 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 1.1.0 > Reporter: Yi Tian > Fix For: 1.3.0 > > > How to reproduce this problem: > {code} > 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; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org