[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
 ---

 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
Assignee: Yi Tian
 Fix For: 1.3.0


 How to reproduce this problem:
 {code}
 CREATE TABLE t1(x INT);
 CREATE TABLE t2(a STRUCTx: 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



[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 INT);
SELECT a.x FROM t1 a JOIN t2 b ON a.x = b.k;
{code}

  was:
How to reproduce this problem:
create a table:
{code}
create table test (a string, b string);
{code}
execute sql:
{code}
select a.b ,count(1) from test a join test t group by a.b;
{code}


 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

 How to reproduce this problem:
 {code}
 CREATE TABLE t1(x INT);
 CREATE TABLE t2(a STRUCTx: 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



[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);
{code}
execute sql:
{code}
select a.b ,count(1) from test a join test t group by a.b;
{code}

  was:
How to reproduce this problem:
create a table:
{quote}
create table test (a string, b string);
{quote}
execute sql:
{quote}
select a.b ,count(1) from test a join test t group by a.b;
{quote}


 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

 How to reproduce this problem:
 create a table:
 {code}
 create table test (a string, b string);
 {code}
 execute sql:
 {code}
 select a.b ,count(1) from test a join test t group by a.b;
 {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