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

    https://github.com/apache/spark/pull/18875#discussion_r137268446
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/json/JacksonGenerator.scala
 ---
    @@ -127,7 +153,7 @@ private[sql] class JacksonGenerator(
           (row: SpecializedGetters, ordinal: Int) =>
             val v = row.get(ordinal, dataType)
             sys.error(s"Failed to convert value $v (class of ${v.getClass}}) " 
+
    -          s"with the type of $dataType to JSON.")
    +            s"with the type of $dataType to JSON.")
    --- End diff --
    
    Why change this?


---

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

Reply via email to