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 00b7ca30740 [SPARK-42667][CONNECT] Spark Connect: newSession API
     add 41c5e326eb4 [SPARK-42555][CONNECT] Add JDBC to DataFrameReader

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/DataFrameReader.scala     |  66 +++++++++++++++++++++
 .../apache/spark/sql/PlanGenerationTestSuite.scala |  20 ++++++-
 .../query-tests/explain-results/read_jdbc.explain  |   1 +
 .../read_jdbc_with_partition.explain               |   1 +
 .../resources/query-tests/queries/read_jdbc.json   |  14 +++++
 .../query-tests/queries/read_jdbc.proto.bin        | Bin 0 -> 101 bytes
 .../queries/read_jdbc_with_partition.json          |  18 ++++++
 .../queries/read_jdbc_with_partition.proto.bin     | Bin 0 -> 177 bytes
 .../sql/connect/ProtoToParsedPlanTestSuite.scala   |  33 +++++++++++
 9 files changed, 152 insertions(+), 1 deletion(-)
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/explain-results/read_jdbc.explain
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/explain-results/read_jdbc_with_partition.explain
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/read_jdbc.json
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/read_jdbc.proto.bin
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/read_jdbc_with_partition.json
 create mode 100644 
connector/connect/common/src/test/resources/query-tests/queries/read_jdbc_with_partition.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