Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19977#discussion_r157897765
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala
 ---
    @@ -479,9 +480,9 @@ object TypeCoercion {
       /**
        * This ensure that the types for various functions are as expected.
        */
    -  object FunctionArgumentConversion extends TypeCoercionRule {
    +  class FunctionArgumentConversion(conf: SQLConf) extends TypeCoercionRule 
{
    --- End diff --
    
    `case class`


---

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

Reply via email to