This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new d05091eb8f0 [SPARK-44089][SQL][TESTS] Remove the `@ignore` identifier 
from `AlterTableRenamePartitionSuite`
d05091eb8f0 is described below

commit d05091eb8f0f6ee1398fae90fd7b593ac3314e44
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Sun Jun 18 17:24:36 2023 +0300

    [SPARK-44089][SQL][TESTS] Remove the `@ignore` identifier from 
`AlterTableRenamePartitionSuite`
    
    ### What changes were proposed in this pull request?
    https://github.com/apache/spark/pull/41533 ignore 
`AlterTableRenamePartitionSuite` try to restore stability of `sql-others` test 
task, but it seems that it is not the root cause that affects stability, so 
this pr has removed the previously added `ignore` identifier to restore testing.
    
    ### Why are the changes needed?
    Resume testing of `AlterTableRenamePartitionSuite`
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    should monitor ci
    
    Closes #41647 from LuciferYang/SPARK-44089.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Max Gekk <max.g...@gmail.com>
---
 .../sql/execution/command/v2/AlterTableRenamePartitionSuite.scala      | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableRenamePartitionSuite.scala
 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableRenamePartitionSuite.scala
index 764596685b5..bb06818da48 100644
--- 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableRenamePartitionSuite.scala
+++ 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/command/v2/AlterTableRenamePartitionSuite.scala
@@ -17,8 +17,6 @@
 
 package org.apache.spark.sql.execution.command.v2
 
-import org.scalatest.Ignore
-
 import org.apache.spark.sql.Row
 import org.apache.spark.sql.execution.command
 
@@ -26,7 +24,6 @@ import org.apache.spark.sql.execution.command
  * The class contains tests for the `ALTER TABLE .. RENAME PARTITION` command
  * to check V2 table catalogs.
  */
-@Ignore
 class AlterTableRenamePartitionSuite
   extends command.AlterTableRenamePartitionSuiteBase
   with CommandSuiteBase {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to