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 88418e0 commit 60441d5Copy full SHA for 60441d5
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/IntervalUtils.scala
@@ -397,7 +397,7 @@ object IntervalUtils {
397
""
398
}
399
400
- val dayPart = if (interval.days!= 0) interval.days.toString else ""
+ val dayPart = if (interval.days != 0) interval.days.toString else ""
401
402
val timePart = if (interval.microseconds != 0) {
403
val sb = new StringBuilder()
0 commit comments