Github user maropu commented on a diff in the pull request:
https://github.com/apache/spark/pull/20433#discussion_r175353432
--- 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 --
Added:
https://github.com/apache/spark/pull/20433/files#diff-b608c1c9b761ffb3a19bf5c0cd971e43R43
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]