Kousuke Saruta created SPARK-37459:
--------------------------------------

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


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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to