cloud-fan commented on a change in pull request #27560: [SPARK-30809][SQL] Review and fix issues in SQL API docs URL: https://github.com/apache/spark/pull/27560#discussion_r379244083
########## File path: sql/catalyst/src/main/java/org/apache/spark/sql/connector/expressions/Transform.java ########## @@ -24,6 +24,8 @@ * <p> * For example, the transform date(ts) is used to derive a date value from a timestamp column. The * transform name is "date" and its argument is a reference to the "ts" column. + * + * @since 3.0.0 */ @Experimental Review comment: I think all DS v2 classes are still evolving. Shall we use `@Evolving` consistently? e.g. https://github.com/apache/spark/pull/27560/files#diff-ab2a72871faeb3ad8bae1d7f951899deR29 cc @brkyvz @rdblue ---------------------------------------------------------------- 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]
