This is an automated email from the ASF dual-hosted git repository.
wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from ee83d09 [SPARK-29401][CORE][ML][SQL][GRAPHX][TESTS] Replace calls to
.parallelize Arrays of tuples, ambiguous in Scala 2.13, with Seqs of tuples
add a927f1a [SPARK-29373][SQL] DataSourceV2: Commands should not submit a
spark job
No new revisions were added by this update.
Summary of changes:
.../execution/datasources/v2/AlterTableExec.scala | 8 ++--
.../execution/datasources/v2/CreateTableExec.scala | 8 ++--
.../datasources/v2/DeleteFromTableExec.scala | 9 ++--
.../datasources/v2/DescribeTableExec.scala | 8 ++--
.../execution/datasources/v2/DropTableExec.scala | 8 ++--
.../datasources/v2/ReplaceTableExec.scala | 15 +++---
.../v2/SetCatalogAndNamespaceExec.scala | 9 ++--
.../datasources/v2/ShowNamespacesExec.scala | 8 ++--
.../execution/datasources/v2/ShowTablesExec.scala | 8 ++--
.../execution/datasources/v2/V2CommandExec.scala | 54 ++++++++++++++++++++++
10 files changed, 84 insertions(+), 51 deletions(-)
create mode 100644
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V2CommandExec.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]