We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e8deb commit eefd457Copy full SHA for eefd457
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/IntervalUtils.scala
@@ -332,6 +332,7 @@ object IntervalUtils {
332
fromDoubles(interval.months / num, interval.days / num, interval.microseconds / num)
333
}
334
335
+ // `toString` implementation in CalendarInterval is the multi-units format currently.
336
def toMultiUnitsString(interval: CalendarInterval): String = interval.toString
337
338
def toSqlStandardString(interval: CalendarInterval): String = {
0 commit comments