kiszk commented on a change in pull request #25022: [SPARK-24695][SQL] Move
`CalendarInterval` to org.apache.spark.unsafe.types package
URL: https://github.com/apache/spark/pull/25022#discussion_r305483924
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/EventTimeWatermarkExec.scala
##########
@@ -23,8 +23,8 @@ import org.apache.spark.sql.catalyst.expressions.{Attribute,
UnsafeProjection}
import org.apache.spark.sql.catalyst.plans.logical.EventTimeWatermark
import org.apache.spark.sql.catalyst.util.DateTimeUtils._
import org.apache.spark.sql.execution.{SparkPlan, UnaryExecNode}
+import org.apache.spark.sql.types.CalendarInterval
Review comment:
nit: Can we merge lines 26 and 27 into one line?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]