cloud-fan commented on issue #25022: [SPARK-24695][SQL] Move `CalendarInterval` to org.apache.spark.sql.types package URL: https://github.com/apache/spark/pull/25022#issuecomment-533156126 > CalendarInterval has been already exposed partially Many classes in Spark SQL are semi-public, e.g. all the classes in the `catalyst` and `execution` packages. Users can use them, but there is no backward compatibility guarantee from Spark. The `unsafe` package is also private, and we can change `CalendarInterval` in a new release, even moving it to a different package.
---------------------------------------------------------------- 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]
