HyukjinKwon commented on a change in pull request #27299: [SPARK-30547][SQL][FOLLOWUP] Update since anotation for CalendarInterval class URL: https://github.com/apache/spark/pull/27299#discussion_r373332098
########## File path: common/unsafe/src/main/java/org/apache/spark/unsafe/types/CalendarInterval.java ########## @@ -41,7 +41,7 @@ * they are two separated fields from microseconds. One month may be equal to 28, 29, 30 or 31 days * and one day may be equal to 23, 24 or 25 hours (daylight saving). * - * @since 1.5.0 + * @since 3.0.0 */ @Unstable Review comment: BTW, are we going to expose this as an API? Technically, this is under internal package which isn't documented: https://github.com/apache/spark/blob/master/project/SparkBuild.scala#L828 ---------------------------------------------------------------- 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]
