You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/11/24 05:24:13 UTC

[spark] branch master updated (68bdeb80095 -> 2b2ffcdc5ad)

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

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


    from 68bdeb80095 [SPARK-41215][BUILD][PROTOBUF] Support user configurable protoc executables when building Spark Protobuf
     add 2b2ffcdc5ad [SPARK-41114][CONNECT] Support local data for LocalRelation

No new revisions were added by this update.

Summary of changes:
 .../main/protobuf/spark/connect/relations.proto    |   6 +-
 .../sql/connect/planner/SparkConnectPlanner.scala  |  12 +-
 .../connect/planner/SparkConnectPlannerSuite.scala |  94 ++++++++++--
 .../connect/planner/SparkConnectProtoSuite.scala   |  35 +++--
 python/pyspark/sql/connect/proto/relations_pb2.py  |  48 +++----
 python/pyspark/sql/connect/proto/relations_pb2.pyi |  24 +---
 .../sql/execution/arrow/ArrowConverters.scala      | 159 ++++++++++++++++-----
 .../sql/execution/arrow/ArrowConvertersSuite.scala |  71 ++++++++-
 8 files changed, 342 insertions(+), 107 deletions(-)


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