You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/30 22:15:33 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #24500: [SPARK-27606][SQL] Deprecate 'extended' field in ExpressionDescription/ExpressionInfo

HyukjinKwon commented on a change in pull request #24500: [SPARK-27606][SQL] Deprecate 'extended' field in ExpressionDescription/ExpressionInfo
URL: https://github.com/apache/spark/pull/24500#discussion_r279957247
 
 

 ##########
 File path: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/ExpressionDescription.java
 ##########
 @@ -88,6 +88,12 @@
 @Retention(RetentionPolicy.RUNTIME)
 public @interface ExpressionDescription {
     String usage() default "";
+    /**
+     * @deprecated This field is deprecated as of Spark 3.0. Use {@link #arguments},
 
 Review comment:
   I don't have a strong opinion too. But the next release will be likely 3.0 before 2.4.4. It would be a bit odd the later release deprecate something before earlier versions.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org