This is an automated email from the ASF dual-hosted git repository.
sandy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from af5632f49260 [SPARK-52590][SQL][TESTS] Add SQL query tests for SQL
functions without explicit return types
add a1908738223b [SPARK-52591][SDP] Validate streaming-ness of DFs
returned by SDP table and standalone flow definitions
No new revisions were added by this update.
Summary of changes:
.../src/main/resources/error/error-conditions.json | 28 ++++++
.../sql/connect/pipelines/PipelinesHandler.scala | 2 +-
.../connect/pipelines/PythonPipelineSuite.scala | 14 +--
.../SparkDeclarativePipelinesServerSuite.scala | 4 +-
.../graph/CoreDataflowNodeProcessor.scala | 8 +-
.../spark/sql/pipelines/graph/DataflowGraph.scala | 1 +
.../spark/sql/pipelines/graph/DatasetManager.scala | 4 +-
.../sql/pipelines/graph/GraphValidations.scala | 76 +++++++++++++++
.../graph/SqlGraphRegistrationContext.scala | 6 +-
.../spark/sql/pipelines/graph/elements.scala | 16 +---
.../graph/ConnectInvalidPipelineSuite.scala | 71 ++++++++++++++
.../pipelines/graph/MaterializeTablesSuite.scala | 52 ++++-------
.../sql/pipelines/graph/SqlPipelineSuite.scala | 64 ++++++-------
.../graph/TriggeredGraphExecutionSuite.scala | 103 ++++++++++-----------
.../utils/TestGraphRegistrationContext.scala | 67 +++++++++++++-
15 files changed, 359 insertions(+), 157 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]