You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hv...@apache.org on 2023/03/08 14:50:39 UTC

[spark] branch master updated (69dd20b5e45 -> 39a55121888)

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

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


    from 69dd20b5e45 [SPARK-42684][SQL] v2 catalog should not allow column default value by default
     add 39a55121888 [SPARK-42555][CONNECT][FOLLOWUP] Add the new proto msg to support the remaining jdbc API

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/DataFrameReader.scala     |  42 +++++
 .../apache/spark/sql/PlanGenerationTestSuite.scala |  21 +--
 .../main/protobuf/spark/connect/relations.proto    |   5 +
 .../read_jdbc_with_predicates.explain              |   1 +
 ...ad_jdbc.json => read_jdbc_with_predicates.json} |   5 +-
 .../queries/read_jdbc_with_predicates.proto.bin    | Bin 0 -> 121 bytes
 .../sql/connect/planner/SparkConnectPlanner.scala  |  55 ++++--
 .../sql/connect/ProtoToParsedPlanTestSuite.scala   |   4 +
 python/pyspark/sql/connect/proto/relations_pb2.py  | 190 ++++++++++-----------
 python/pyspark/sql/connect/proto/relations_pb2.pyi |  12 ++
 10 files changed, 210 insertions(+), 125 deletions(-)
 mode change 100755 => 100644 connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/PlanGenerationTestSuite.scala
 create mode 100644 connector/connect/common/src/test/resources/query-tests/explain-results/read_jdbc_with_predicates.explain
 copy connector/connect/common/src/test/resources/query-tests/queries/{read_jdbc.json => read_jdbc_with_predicates.json} (65%)
 create mode 100644 connector/connect/common/src/test/resources/query-tests/queries/read_jdbc_with_predicates.proto.bin


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