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

    https://github.com/apache/spark/pull/20433#discussion_r175336329
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/QueryExecution.scala ---
    @@ -155,6 +155,7 @@ class QueryExecution(val sparkSession: SparkSession, 
val logical: LogicalPlan) {
           case (null, _) => "null"
           case (s: String, StringType) => "\"" + s + "\""
           case (decimal, DecimalType()) => decimal.toString
    +      case (interval, CalendarIntervalType) => interval.toString
    --- End diff --
    
    Do we have a test case to capture this change?


---

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

Reply via email to