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

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


The following commit(s) were added to refs/heads/master by this push:
     new 56cc64f8c8f Revert "[HUDI-6521] Disable failing test case. (#9169)" 
(#9181)
56cc64f8c8f is described below

commit 56cc64f8c8f64c6c9a437c99df93e7b110dfcacf
Author: StreamingFlames <[email protected]>
AuthorDate: Thu Jul 13 19:04:44 2023 +0800

    Revert "[HUDI-6521] Disable failing test case. (#9169)" (#9181)
    
    This reverts commit 51ddf1affcdead2e3b5e871ba4816c71e6f4b99a.
---
 .../src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
 
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
index 9508da7eaa2..7cd90145507 100644
--- 
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
+++ 
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala
@@ -1191,8 +1191,7 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
     }
   }
 
-  /** Ignore failing test case (see HUDI-6521 for more details) */
-  ignore("Test Bulk Insert Into Bucket Index Table") {
+  test("Test Bulk Insert Into Bucket Index Table") {
     withSQLConf("hoodie.datasource.write.operation" -> "bulk_insert", 
"hoodie.bulkinsert.shuffle.parallelism" -> "1") {
       Seq("mor", "cow").foreach { tableType =>
         Seq("true", "false").foreach { bulkInsertAsRow =>

Reply via email to