dongjoon-hyun 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_r279861012
##########
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:
Like `Scala-2.11` deprecation, can we deprecate this in Spark 2.4.4 since
Spark 2.4.4 will be delivered before Spark 3.0.0?
cc @gatorsmile , @srowen , too.
----------------------------------------------------------------
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]