This is an automated email from the ASF dual-hosted git repository.
dtenedor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 7783f46f58ff [SPARK-54759][SQL] SQL scripting Cursor support
add 3de3d81d01f6 [SPARK-55155][SQL] Support foldable expressions in `SET
CATALOG` statement
No new revisions were added by this update.
Summary of changes:
.../spark/sql/catalyst/parser/SqlBaseParser.g4 | 2 +-
.../spark/sql/errors/QueryParsingErrors.scala | 7 -
.../spark/sql/errors/QueryCompilationErrors.scala | 9 +
.../sql/catalyst/parser/ErrorParserSuite.scala | 7 +-
.../analysis/ResolveSetCatalogCommand.scala} | 30 ++-
.../spark/sql/execution/SparkSqlParser.scala | 16 +-
.../sql/execution/command/SetCatalogCommand.scala | 37 +++-
.../sql/internal/BaseSessionStateBuilder.scala | 3 +-
.../org/apache/spark/sql/ParametersSuite.scala | 9 +-
.../spark/sql/connector/DataSourceV2SQLSuite.scala | 203 ++++++++++++++++-----
.../sql/execution/command/DDLParserSuite.scala | 8 +-
.../graph/SqlGraphRegistrationContext.scala | 30 ++-
.../sql/pipelines/graph/SqlPipelineSuite.scala | 20 ++
13 files changed, 287 insertions(+), 94 deletions(-)
copy
sql/{catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveInlineTables.scala
=>
core/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveSetCatalogCommand.scala}
(54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]