[jira] [Updated] (SPARK-7149) Defalt system alias problem

2015-05-27 Thread Yin Huai (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yin Huai updated SPARK-7149:

Target Version/s:   (was: 1.4.0)

 Defalt system alias problem
 ---

 Key: SPARK-7149
 URL: https://issues.apache.org/jira/browse/SPARK-7149
 Project: Spark
  Issue Type: Bug
  Components: SQL
Reporter: haiyang

 Fix default system alias problem.
 execute the sql statement will cause problem: 
 select substr(value, 0, 2), key as c0 from testData order by c0
 org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could 
 be: c0#42, c0#41.;



--
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-7149) Defalt system alias problem

2015-05-01 Thread haiyang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

haiyang updated SPARK-7149:
---
Description: 
Fix default system alias problem.

execute the sql statement will cause problem: 

select substr(value, 0, 2), key as c0 from testData order by c0


org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could be: 
c0#42, c0#41.;

  was:
Fix default system alias problem.

execute the sql statement will cause problem: 

select substr(value, 1, 2), key as c0 from testData order by c0


org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could be: 
c0#42, c0#41.;


 Defalt system alias problem
 ---

 Key: SPARK-7149
 URL: https://issues.apache.org/jira/browse/SPARK-7149
 Project: Spark
  Issue Type: Bug
  Components: SQL
Reporter: haiyang

 Fix default system alias problem.
 execute the sql statement will cause problem: 
 select substr(value, 0, 2), key as c0 from testData order by c0
 org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could 
 be: c0#42, c0#41.;



--
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-7149) Defalt system alias problem

2015-05-01 Thread haiyang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

haiyang updated SPARK-7149:
---
Description: 
Fix default system alias problem.

execute the sql statement will cause problem: 

select substr(value, 1, 2), key as c0 from testData order by c0


org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could be: 
c0#42, c0#41.;

  was:
Fix default system alias problem.

execute the sql statement will cause problem: 

select substr(concat('value', value), 1, 3), key as c0 from testData order by c0


org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could be: 
c0#42, c0#41.;


 Defalt system alias problem
 ---

 Key: SPARK-7149
 URL: https://issues.apache.org/jira/browse/SPARK-7149
 Project: Spark
  Issue Type: Bug
  Components: SQL
Reporter: haiyang

 Fix default system alias problem.
 execute the sql statement will cause problem: 
 select substr(value, 1, 2), key as c0 from testData order by c0
 org.apache.spark.sql.AnalysisException: Reference 'c0' is ambiguous, could 
 be: c0#42, c0#41.;



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