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 2021/01/06 21:00:40 UTC

[spark] branch master updated (a0269bb -> 8bb70bf)

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 a0269bb  [SPARK-34022][DOCS][FOLLOW-UP] Fix typo in SQL built-in function docs
     add 8bb70bf  [SPARK-34029][SQL][TESTS] Add OrcEncryptionSuite and FakeKeyProvider

No new revisions were added by this update.

Summary of changes:
 project/SparkBuild.scala                           |   1 +
 .../execution/datasources/orc/FakeKeyProvider.java | 144 +++++++++++++++++++++
 ...org.apache.hadoop.crypto.key.KeyProviderFactory |   6 +-
 .../datasources/orc/OrcEncryptionSuite.scala       |  98 ++++++++++++++
 4 files changed, 245 insertions(+), 4 deletions(-)
 create mode 100644 sql/core/src/test/java/test/org/apache/spark/sql/execution/datasources/orc/FakeKeyProvider.java
 copy python/pyspark/sql/avro/__init__.py => sql/core/src/test/resources/META-INF/services/org.apache.hadoop.crypto.key.KeyProviderFactory (85%)
 create mode 100644 sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/orc/OrcEncryptionSuite.scala


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