[jira] [Updated] (SPARK-3688) LogicalPlan can't resolve column correctlly

2015-02-11 Thread Reynold Xin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin updated SPARK-3688: --- Assignee: Yi Tian LogicalPlan can't resolve column correctlly

[jira] [Updated] (SPARK-3688) LogicalPlan can't resolve column correctlly

2015-02-10 Thread Yi Tian (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Tian updated SPARK-3688: --- Description: How to reproduce this problem: {code} CREATE TABLE t1(x INT); CREATE TABLE t2(a STRUCTx: INT, k

[jira] [Updated] (SPARK-3688) LogicalPlan can't resolve column correctlly

2014-09-25 Thread Yi Tian (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Tian updated SPARK-3688: --- Description: How to reproduce this problem: create a table: {code} create table test (a string, b string);