You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/11/25 07:12:00 UTC

[jira] [Resolved] (SPARK-37459) Upgrade commons-cli to 1.5.0

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

Hyukjin Kwon resolved SPARK-37459.
----------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 34707
[https://github.com/apache/spark/pull/34707]

> Upgrade commons-cli to 1.5.0
> ----------------------------
>
>                 Key: SPARK-37459
>                 URL: https://issues.apache.org/jira/browse/SPARK-37459
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.3.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Major
>             Fix For: 3.3.0
>
>
> Currently used commons-cli is too old and contains an issue which affects the behavior of bin/spark-sql
> {code}
> bin/spark-sql -e 'SELECT "Spark"'
> ...
> Error in query: 
> no viable alternative at input 'SELECT "'(line 1, pos 7)
> == SQL ==
> SELECT "Spark
> -------^^^
> {code}
> The root cause of this issue seems to be resolved in CLI-185.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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