You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2023/06/07 13:00:12 UTC

[spark] branch master updated (e5b006f89d9 -> 1a754913603)

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

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


    from e5b006f89d9 [MINOR][PS][DOCS] Add `DataFrame.{from_dict, to_orc}` to API references
     add 1a754913603 [SPARK-43921][PROTOBUF] Generate Protobuf descriptor files at build time

No new revisions were added by this update.

Summary of changes:
 connector/protobuf/pom.xml                         |  27 +++++++++--
 .../resources/protobuf/basicmessage_noimports.desc |  18 --------
 .../test/resources/protobuf/catalyst_types.desc    |  48 --------------------
 .../test/resources/protobuf/functions_suite.desc   | Bin 11190 -> 0 bytes
 .../test/resources/protobuf/proto2_messages.desc   | Bin 929 -> 0 bytes
 .../src/test/resources/protobuf/serde_suite.desc   |  27 -----------
 .../ProtobufCatalystDataConversionSuite.scala      |   4 +-
 .../sql/protobuf/ProtobufFunctionsSuite.scala      |  15 +++----
 .../spark/sql/protobuf/ProtobufSerdeSuite.scala    |  28 ++++++------
 .../spark/sql/protobuf/ProtobufTestBase.scala      |  50 +++++++++++++++++----
 project/SparkBuild.scala                           |   7 ++-
 11 files changed, 94 insertions(+), 130 deletions(-)
 delete mode 100644 connector/protobuf/src/test/resources/protobuf/basicmessage_noimports.desc
 delete mode 100644 connector/protobuf/src/test/resources/protobuf/catalyst_types.desc
 delete mode 100644 connector/protobuf/src/test/resources/protobuf/functions_suite.desc
 delete mode 100644 connector/protobuf/src/test/resources/protobuf/proto2_messages.desc
 delete mode 100644 connector/protobuf/src/test/resources/protobuf/serde_suite.desc


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