You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-connector-tpcds/src/main/scala/org/apache/kyuubi/spark/connector/tpcds/KyuubiTPCDSResults.scala
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-connector-tpch/src/main/scala/org/apache/kyuubi/spark/connector/tpch/TPCHBatchScan.scala
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -135,11 +135,11 @@ class TPCHPartitionReader(
135
135
case (value, IntegerType) => rowAny += value.toInt
136
136
case (value, LongType) => rowAny += value.toLong
137
137
case (value, DoubleType) => rowAny += value.toDouble
138
-
case (value, DateType) => rowAny +=LocalDate.parse(formatDate(value.toInt), dateFmt)
0 commit comments