HyukjinKwon commented on a change in pull request #28197:
URL: https://github.com/apache/spark/pull/28197#discussion_r419284702
##########
File path: sql/catalyst/src/main/scala/org/apache/spark/sql/Encoders.scala
##########
@@ -27,6 +27,7 @@ import org.apache.spark.sql.catalyst.encoders.{encoderFor,
ExpressionEncoder}
import org.apache.spark.sql.catalyst.expressions.{BoundReference, Cast}
import
org.apache.spark.sql.catalyst.expressions.objects.{DecodeUsingSerializer,
EncodeUsingSerializer}
import org.apache.spark.sql.types._
+import org.apache.spark.unsafe.types.CalendarInterval
Review comment:
Why don't we move `CalendarInterval` to `org.apache.spark.types` before
we more publicly expose this?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]