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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to