Skip to content

Commit

Permalink
Revert "[HUDI-6521] Disable failing test case. (apache#9169)" (apache…
Browse files Browse the repository at this point in the history
…#9181)

This reverts commit 51ddf1a.
  • Loading branch information
stream2000 authored Jul 13, 2023
1 parent 2c9bd80 commit 56cc64f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down

0 comments on commit 56cc64f

Please sign in to comment.