nsivabalan commented on code in PR #14052:
URL: https://github.com/apache/hudi/pull/14052#discussion_r2403480128
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/insert/TestInsertTable.scala:
##########
@@ -1695,6 +1695,99 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
spark.sql("set hoodie.datasource.write.operation = upsert")
}
+ test("Test INSERT INTO preserves duplicates by default") {
Review Comment:
can we parametrize this into 3 cases.
not setting any value for `hoodie.spark.sql.insert.into.operation`.
setting explicitly to `insert`
and setting explicitly to `bulk_insert`.
--
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]