Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18460#discussion_r144120938
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercionSuite.scala
 ---
    @@ -131,14 +131,17 @@ class TypeCoercionSuite extends AnalysisTest {
           widenFunc: (DataType, DataType) => Option[DataType],
           t1: DataType,
           t2: DataType,
    -      expected: Option[DataType]): Unit = {
    +      expected: Option[DataType],
    +      isSymmetric: Boolean = true): Unit = {
    --- End diff --
    
    @gatorsmile . I extended this function for using non-symmetric tests and 
addressed your comments.


---

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

Reply via email to