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 16:28:08 UTC

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

HyukjinKwon opened a new pull request #24500: [SPARK-27606][SQL] Deprecate 'extended' field in ExpressionDescription/ExpressionInfo
URL: https://github.com/apache/spark/pull/24500
 
 
   ## What changes were proposed in this pull request?
   
   After we added other fields, `arguments`, `examples`, `note` and `since` at SPARK-21485 and `deprecated` at SPARK-27328, we have nicer way to separately describe extended usages.
   
   `extended` field and method at `ExpressionDescription`/`ExpressionInfo` is now pretty useless.
   
   This PR proposes to deprecate it.
   
   ## How was this patch tested?
   
   Manually checked the deprecation waring is properly shown.

----------------------------------------------------------------
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