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 c6ebcf2 commit ded04e2Copy full SHA for ded04e2
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/RebaseDateTime.scala
@@ -435,7 +435,7 @@ object RebaseDateTime {
435
436
// The switch time point after which all diffs between Julian and Gregorian calendars
437
// across all time zones are zero
438
- private final val lastSwitchJulianTs: Long = getLastSwitchTs(julianGregRebaseMap)
+ final val lastSwitchJulianTs: Long = getLastSwitchTs(julianGregRebaseMap)
439
440
/**
441
* An optimized version of [[rebaseJulianToGregorianMicros(ZoneId, Long)]]. This method leverages
0 commit comments