stream2000 commented on code in PR #9137:
URL: https://github.com/apache/hudi/pull/9137#discussion_r1256782733
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestInsertTable.scala:
##########
@@ -1499,4 +1499,63 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
assertEquals(3,
df.select(HoodieRecord.RECORD_KEY_METADATA_FIELD).count())
}
}
+
+ test("Test Bulk Insert Into Consistent Hashing Bucket Index Table") {
+ withSQLConf("hoodie.datasource.write.operation" -> "bulk_insert") {
+ withTempDir { tmp =>
+ val tableName = generateTableName
+ // Create a partitioned table
Review Comment:
Yes. And I would like to contribute this part if possible. However in 0.14
release, we should support regular bulk insert by default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]