uros-b commented on code in PR #56422:
URL: https://github.com/apache/spark/pull/56422#discussion_r3969313314


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/types/ops/TimeTypeParquetOps.scala:
##########
@@ -89,13 +89,19 @@ case class TimeTypeParquetOps(t: TimeType) extends 
ParquetTypeOps {
   // ==================== Row-Based Read ====================
 
   override def newConverter(
+      parquetType: Type,
+      updater: ParentContainerUpdater): Converter with 
HasParentContainerUpdater =
+    newConverterInternal(parquetType, updater)
+
+  private def newConverterInternal(

Review Comment:
   Is this a no-op wrapper? If so, let's just drop it until we actually need it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to