huaxingao opened a new pull request #28058: [SPARK-31290][SQL][R] Add back the 
deprecated R APIs
URL: https://github.com/apache/spark/pull/28058
 
 
   
   ### What changes were proposed in this pull request?
   Add back the deprecated R APIs removed by
   https://github.com/apache/spark/pull/22843/
   https://github.com/apache/spark/pull/22815
   These APIs are
   ```
   sparkR.init
   jsonFile
   parquetFile
   registerTempTable
   saveAsParquetFile
   unionAll
   createExternalTable
   dropTempTable
   ```
   
   
   ### Why are the changes needed?
   Amend Spark's Semantic Versioning Policy
   
   
   ### Does this PR introduce any user-facing change?
   Yes
   The removed R APIs are put back.
   
   
   ### How was this patch tested?
   Add back the removed tests
   

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