MaxGekk opened a new pull request #27221: [SPARK-30521][SQL][TESTS] Eliminate 
deprecation warnings for ExpressionInfo
URL: https://github.com/apache/spark/pull/27221
 
 
   ### What changes were proposed in this pull request?
   In the PR, I propose to use non-deprecated constructor of `ExpressionInfo` 
in `SparkSessionExtensionSuite`, and pass valid strings as `examples`, `note`, 
`since` and `deprecated` parameters.
   
   ### Why are the changes needed?
   Using another constructor allows to eliminate the following deprecation 
warnings while compiling Spark:
   ```
   Warning:(335, 5) constructor ExpressionInfo in class ExpressionInfo is 
deprecated: see corresponding Javadoc for more information.
       new ExpressionInfo("noClass", "myDb", "myFunction", "usage", "extended 
usage"),
   Warning:(732, 5) constructor ExpressionInfo in class ExpressionInfo is 
deprecated: see corresponding Javadoc for more information.
       new ExpressionInfo("noClass", "myDb", "myFunction2", "usage", "extended 
usage"),
   Warning:(751, 5) constructor ExpressionInfo in class ExpressionInfo is 
deprecated: see corresponding Javadoc for more information.
       new ExpressionInfo("noClass", "myDb", "myFunction2", "usage", "extended 
usage"),
   ```
   
   ### Does this PR introduce any user-facing change?
   No
   
   ### How was this patch tested?
   By compiling and running `SparkSessionExtensionSuite`.
   

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


With regards,
Apache Git Services

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

Reply via email to