-
- Downloads
[SPARK-19236][SQL][FOLLOW-UP] Added createOrReplaceGlobalTempView method
### What changes were proposed in this pull request? This PR does the following tasks: - Added since - Added the Python API - Added test cases ### How was this patch tested? Added test cases to both Scala and Python Author: gatorsmile <gatorsmile@gmail.com> Closes #18147 from gatorsmile/createOrReplaceGlobalTempView.
Showing
- python/pyspark/sql/dataframe.py 17 additions, 0 deletionspython/pyspark/sql/dataframe.py
- sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala 1 addition, 0 deletionssql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/GlobalTempViewSuite.scala 34 additions, 26 deletions.../org/apache/spark/sql/execution/GlobalTempViewSuite.scala
Loading
Please register or sign in to comment