Kousuke Saruta created SPARK-35609:
--------------------------------------

             Summary: Add style rules to prohibit to use a Guava's API which is 
incompatible with newer versions
                 Key: SPARK-35609
                 URL: https://issues.apache.org/jira/browse/SPARK-35609
             Project: Spark
          Issue Type: Improvement
          Components: Build
    Affects Versions: 3.2.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


SPARK-30272 replaced toStringHelper which is an APIs Guava 14 provides with 
commons.lang3's API because toStringHelper is no longer present in newer Guava.
But toStringHelper was introduced into Spark again and replaced them in 
SPARK-35420.
I think it's better to have a style rule to avoid such repetition.



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

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

Reply via email to