This is an automated email from the ASF dual-hosted git repository.
sivabalan 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 51ddf1affcd [HUDI-6521] Disable failing test case. (#9169)
51ddf1affcd is described below
commit 51ddf1affcdead2e3b5e871ba4816c71e6f4b99a
Author: Amrish Lal <[email protected]>
AuthorDate: Tue Jul 11 16:51:29 2023 -0700
[HUDI-6521] Disable failing test case. (#9169)
---
.../src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 7cd90145507..9508da7eaa2 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,7 +1191,8 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
}
}
- test("Test Bulk Insert Into Bucket Index Table") {
+ /** Ignore failing test case (see HUDI-6521 for more details) */
+ ignore("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 =>