davidm-db commented on code in PR #54905:
URL: https://github.com/apache/spark/pull/54905#discussion_r3137118661
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/types/ops/TimeTypeOps.scala:
##########
@@ -48,7 +54,8 @@ import org.apache.spark.sql.types.ops.TimeTypeApiOps
* The TimeType with precision information
* @since 4.2.0
*/
-case class TimeTypeOps(override val t: TimeType) extends TimeTypeApiOps(t)
with TypeOps {
+case class TimeTypeOps(override val t: TimeType)
+ extends TimeTypeApiOps(t) with TypeOps {
Review Comment:
sure, will do.
do you know if there is any parent JIRA for such issues, I cannot seem to
find anything relevant, or should I just create under Spark?
--
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]