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 0a3f3d6 [SPARK-33908][CORE] Refactor SparkSubmitUtils.resolveMavenCoordinates() 's return parameter add 4a61fc1 [SPARK-33914][SQL][DOCS] Describe the structure of unified DS v1 and v2 tests No new revisions were added by this update. Summary of changes: .../command/AlterTableAddPartitionSuiteBase.scala | 14 ++++++++++++++ .../command/AlterTableDropPartitionSuiteBase.scala | 14 ++++++++++++++ .../command/AlterTableRenamePartitionSuiteBase.scala | 14 ++++++++++++++ .../spark/sql/execution/command/DDLCommandTestUtils.scala | 13 +++++++++++++ .../spark/sql/execution/command/DropTableSuiteBase.scala | 10 ++++++++++ .../sql/execution/command/ShowPartitionsSuiteBase.scala | 11 +++++++++++ .../spark/sql/execution/command/ShowTablesSuiteBase.scala | 10 ++++++++++ .../execution/command/v1/AlterTableAddPartitionSuite.scala | 14 ++++++++++++++ .../command/v1/AlterTableDropPartitionSuite.scala | 14 ++++++++++++++ .../command/v1/AlterTableRenamePartitionSuite.scala | 14 ++++++++++++++ .../spark/sql/execution/command/v1/CommandSuiteBase.scala | 10 ++++++++-- .../spark/sql/execution/command/v1/DropTableSuite.scala | 11 +++++++++++ .../sql/execution/command/v1/ShowPartitionsSuite.scala | 11 +++++++++++ .../spark/sql/execution/command/v1/ShowTablesSuite.scala | 11 +++++++++++ .../execution/command/v2/AlterTableAddPartitionSuite.scala | 4 ++++ .../command/v2/AlterTableDropPartitionSuite.scala | 4 ++++ .../command/v2/AlterTableRenamePartitionSuite.scala | 4 ++++ .../spark/sql/execution/command/v2/CommandSuiteBase.scala | 13 ++++++++++--- .../spark/sql/execution/command/v2/DropTableSuite.scala | 3 +++ .../sql/execution/command/v2/ShowPartitionsSuite.scala | 3 +++ .../spark/sql/execution/command/v2/ShowTablesSuite.scala | 3 +++ .../execution/command/AlterTableAddPartitionSuite.scala | 4 ++++ .../execution/command/AlterTableDropPartitionSuite.scala | 4 ++++ .../execution/command/AlterTableRenamePartitionSuite.scala | 4 ++++ .../sql/hive/execution/command/CommandSuiteBase.scala | 10 ++++++++-- .../spark/sql/hive/execution/command/DropTableSuite.scala | 3 +++ .../sql/hive/execution/command/ShowPartitionsSuite.scala | 4 ++++ .../spark/sql/hive/execution/command/ShowTablesSuite.scala | 3 +++ 28 files changed, 230 insertions(+), 7 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org