You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/08/10 14:34:27 UTC

[spark] branch master updated (f80a480 -> b421bf0)

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

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


    from f80a480  [SPARK-32537][SQL][TEST] Add a CTEHintSuite for test coverage
     add b421bf0  [SPARK-32517][CORE] Add StorageLevel.DISK_ONLY_3

No new revisions were added by this update.

Summary of changes:
 R/pkg/R/utils.R                                                    | 4 ++++
 core/src/main/java/org/apache/spark/api/java/StorageLevels.java    | 1 +
 core/src/main/scala/org/apache/spark/storage/StorageLevel.scala    | 2 ++
 core/src/test/scala/org/apache/spark/DistributedSuite.scala        | 7 ++++---
 .../src/test/scala/org/apache/spark/rdd/LocalCheckpointSuite.scala | 1 +
 core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala  | 1 +
 docs/rdd-programming-guide.md                                      | 2 +-
 docs/sql-ref-syntax-aux-cache-cache-table.md                       | 1 +
 python/docs/source/reference/pyspark.rst                           | 1 +
 python/pyspark/storagelevel.py                                     | 1 +
 10 files changed, 17 insertions(+), 4 deletions(-)


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