You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean R. Owen (Jira)" <ji...@apache.org> on 2019/12/06 19:59:00 UTC

[jira] [Created] (SPARK-30155) Resolve ambiguous overload from RegexParsers in 2.13

Sean R. Owen created SPARK-30155:
------------------------------------

             Summary: Resolve ambiguous overload from RegexParsers in 2.13
                 Key: SPARK-30155
                 URL: https://issues.apache.org/jira/browse/SPARK-30155
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Sean R. Owen
            Assignee: Sean R. Owen


LegacyTypeStringParser defines a parse(String) method, but in 2.13, it ends up conflicting with parse() methods defined in RegexParsers, a superclass. It's an internal class used in two places, and does not / should not override anything. So, just change its name.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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