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

Ruben Fiszel updated SPARK-24345:
---------------------------------
    Description: 
In the case where the offending symbol of a syntaxError is a CommonToken, this 
PR increases the accuracy of the start and stop origin by leveraging the start 
and stop index information from CommonToken in the syntax error listener.

[Github PR|https://github.com/apache/spark/pull/21334]

  was:
In the case where the offending symbol of a syntaxError is a CommonToken, this 
PR increases the accuracy of the start and stop origin by leveraging the start 
and stop index information from CommonToken in the syntax error listener.

 

[Github PR](https://github.com/apache/spark/pull/21334)


> Improve ParseError stop location when offending symbol is a token
> -----------------------------------------------------------------
>
>                 Key: SPARK-24345
>                 URL: https://issues.apache.org/jira/browse/SPARK-24345
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.3.0
>            Reporter: Ruben Fiszel
>            Priority: Minor
>
> In the case where the offending symbol of a syntaxError is a CommonToken, 
> this PR increases the accuracy of the start and stop origin by leveraging the 
> start and stop index information from CommonToken in the syntax error 
> listener.
> [Github PR|https://github.com/apache/spark/pull/21334]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to