We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7889ed commit 4563a4eCopy full SHA for 4563a4e
1 file changed
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetWriteSupport.scala
@@ -210,7 +210,7 @@ class ParquetWriteSupport extends WriteSupport[InternalRow] with Logging {
210
211
case t: UserDefinedType[_] => makeWriter(t.sqlType)
212
213
- case t: CalendarIntervalType =>
+ case CalendarIntervalType =>
214
(row: SpecializedGetters, ordinal: Int) =>
215
val interval = row.getInterval(ordinal)
216
val microseconds = interval.microseconds % DateTimeUtils.MICROS_PER_DAY
0 commit comments