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 da2c434 commit 0edd70fCopy full SHA for 0edd70f
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DaysWritable.scala
@@ -54,6 +54,9 @@ class DaysWritable(
54
}
55
56
override def getDays: Int = julianDays
57
+ override def get: Date = {
58
+ new Date(DateWritable.daysToMillis(julianDays))
59
+ }
60
override def get(doesTimeMatter: Boolean): Date = {
61
new Date(DateWritable.daysToMillis(julianDays, doesTimeMatter))
62
0 commit comments