Skip to content

Commit 4563a4e

Browse files
committed
Remove unused variable
1 parent c7889ed commit 4563a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetWriteSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class ParquetWriteSupport extends WriteSupport[InternalRow] with Logging {
210210

211211
case t: UserDefinedType[_] => makeWriter(t.sqlType)
212212

213-
case t: CalendarIntervalType =>
213+
case CalendarIntervalType =>
214214
(row: SpecializedGetters, ordinal: Int) =>
215215
val interval = row.getInterval(ordinal)
216216
val microseconds = interval.microseconds % DateTimeUtils.MICROS_PER_DAY

0 commit comments

Comments
 (0)