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 88cc2395786 [SPARK-42901][CONNECT][PYTHON] Move `StorageLevel` into a 
separate file to avoid potential `file recursively imports`
     add 0e29c8d5eda [SPARK-42878][CONNECT] The table API in DataFrameReader 
could also accept options

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/DataFrameReader.scala     |   4 +-
 .../apache/spark/sql/PlanGenerationTestSuite.scala |   5 +
 .../main/protobuf/spark/connect/relations.proto    |   3 +
 ...able.explain => table_API_with_options.explain} |   0
 .../queries/table_API_with_options.json            |  14 ++
 .../queries/table_API_with_options.proto.bin       | Bin 0 -> 44 bytes
 .../sql/connect/planner/SparkConnectPlanner.scala  |   5 +-
 .../connect/planner/SparkConnectPlannerSuite.scala |  19 ++
 python/pyspark/sql/connect/plan.py                 |   5 +-
 python/pyspark/sql/connect/proto/relations_pb2.py  | 231 +++++++++++----------
 python/pyspark/sql/connect/proto/relations_pb2.pyi |  28 ++-
 python/pyspark/sql/connect/readwriter.py           |   2 +-
 12 files changed, 203 insertions(+), 113 deletions(-)
 copy 
connector/connect/common/src/test/resources/query-tests/explain-results/{read_table.explain
 => table_API_with_options.explain} (100%)
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/table_API_with_options.json
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/table_API_with_options.proto.bin


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

Reply via email to