This is an automated email from the ASF dual-hosted git repository.
zhangyue19921010 pushed a commit to branch HUDI-9207
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/HUDI-9207 by this push:
new 44bf019a0ee Spark Insert Overwrite Support Row Writer
44bf019a0ee is described below
commit 44bf019a0ee76212d2f8e0293995824214264c33
Author: YueZhang <[email protected]>
AuthorDate: Fri Mar 21 18:51:31 2025 +0800
Spark Insert Overwrite Support Row Writer
---
.../src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala
index 6d90ac8e90d..feef02c5d1d 100644
---
a/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala
+++
b/hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala
@@ -1847,7 +1847,7 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
}
}
- test("Test Insert Overwrite Bucket Index Table when disable row writer") {
+ test("Test Insert Overwrite Bucket Index Table") {
withSQLConf(
"hoodie.datasource.write.operation" -> "bulk_insert",
"hoodie.bulkinsert.shuffle.parallelism" -> "1") {