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/02/14 21:45:03 UTC

[spark] branch master updated (e3b6e4a -> 3d39dfa)

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 e3b6e4a  [SPARK-33434][PYTHON][DOCS] Added RuntimeConfig to PySpark docs
     add 3d39dfa  [SPARK-34416][SQL] Adding support for user provided schema url in Avro

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/avro/AvroDataToCatalyst.scala |  4 +-
 .../org/apache/spark/sql/avro/AvroFileFormat.scala |  3 +-
 .../org/apache/spark/sql/avro/AvroOptions.scala    | 22 ++++++++++-
 .../org/apache/spark/sql/avro/AvroUtils.scala      |  2 -
 .../sql/v2/avro/AvroPartitionReaderFactory.scala   |  3 +-
 external/avro/src/test/resources/test_sub.avsc     |  9 +++++
 .../org/apache/spark/sql/avro/AvroSuite.scala      | 46 ++++++++++++++++++++++
 7 files changed, 78 insertions(+), 11 deletions(-)
 create mode 100644 external/avro/src/test/resources/test_sub.avsc


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