[jira] [Assigned] (SPARK-13277) ANTLR ignores other rule using the USING keyword

2016-02-10 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-13277:


Assignee: (was: Apache Spark)

> ANTLR ignores other rule using the USING keyword
> 
>
> Key: SPARK-13277
> URL: https://issues.apache.org/jira/browse/SPARK-13277
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Affects Versions: 2.0.0
>Reporter: Herman van Hovell
>Priority: Minor
>
> ANTLR currently emits the following warning during compilation:
> {noformat}
> warning(200): org/apache/spark/sql/catalyst/parser/SparkSqlParser.g:938:7: 
> Decision can match input such as "KW_USING Identifier" using multiple 
> alternatives: 2, 3
> As a result, alternative(s) 3 were disabled for that input
> {noformat}
> This means that some of the functionality of the parser is disabled. This is 
> introduced by the migration of the DDLParsers 
> (https://github.com/apache/spark/pull/10723). We should be able to fix this 
> by introducing a syntactic predicate for USING.
> cc [~viirya]



--
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] [Assigned] (SPARK-13277) ANTLR ignores other rule using the USING keyword

2016-02-10 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-13277:


Assignee: Apache Spark

> ANTLR ignores other rule using the USING keyword
> 
>
> Key: SPARK-13277
> URL: https://issues.apache.org/jira/browse/SPARK-13277
> Project: Spark
>  Issue Type: Bug
>  Components: SQL
>Affects Versions: 2.0.0
>Reporter: Herman van Hovell
>Assignee: Apache Spark
>Priority: Minor
>
> ANTLR currently emits the following warning during compilation:
> {noformat}
> warning(200): org/apache/spark/sql/catalyst/parser/SparkSqlParser.g:938:7: 
> Decision can match input such as "KW_USING Identifier" using multiple 
> alternatives: 2, 3
> As a result, alternative(s) 3 were disabled for that input
> {noformat}
> This means that some of the functionality of the parser is disabled. This is 
> introduced by the migration of the DDLParsers 
> (https://github.com/apache/spark/pull/10723). We should be able to fix this 
> by introducing a syntactic predicate for USING.
> cc [~viirya]



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