You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by li...@apache.org on 2020/03/27 06:51:57 UTC

[spark] branch master updated (b7e4cc7 -> b9eafcb)

This is an automated email from the ASF dual-hosted git repository.

lixiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from b7e4cc7  [SPARK-31086][SQL] Add Back the Deprecated SQLContext methods
     add b9eafcb  [SPARK-31088][SQL] Add back HiveContext and createExternalTable

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   4 -
 project/MimaExcludes.scala                         |   2 -
 python/pyspark/__init__.py                         |   2 +-
 python/pyspark/sql/__init__.py                     |   4 +-
 python/pyspark/sql/catalog.py                      |  20 ++++
 python/pyspark/sql/context.py                      |  67 +++++++++++++-
 .../scala/org/apache/spark/sql/SQLContext.scala    |  91 ++++++++++++++++++
 .../org/apache/spark/sql/catalog/Catalog.scala     | 102 +++++++++++++++++++-
 .../DeprecatedCreateExternalTableSuite.scala       |  85 +++++++++++++++++
 .../org/apache/spark/sql/hive/HiveContext.scala    |  63 +++++++++++++
 .../sql/hive/HiveContextCompatibilitySuite.scala   | 103 +++++++++++++++++++++
 11 files changed, 532 insertions(+), 11 deletions(-)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/internal/DeprecatedCreateExternalTableSuite.scala
 create mode 100644 sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala
 create mode 100644 sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveContextCompatibilitySuite.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org