nsivabalan commented on code in PR #9722:
URL: https://github.com/apache/hudi/pull/9722#discussion_r1327590424
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriter.scala:
##########
@@ -1158,7 +1172,9 @@ class TestHoodieSparkSqlWriter {
val options = Map(
DataSourceWriteOptions.RECORDKEY_FIELD.key -> "id",
DataSourceWriteOptions.PRECOMBINE_FIELD.key -> "ts",
- DataSourceWriteOptions.PARTITIONPATH_FIELD.key -> "dt"
+ DataSourceWriteOptions.PARTITIONPATH_FIELD.key -> "dt",
+ HoodieWriteConfig.INSERT_PARALLELISM_VALUE.key -> "2",
+ HoodieWriteConfig.UPSERT_PARALLELISM_VALUE.key -> "2"
Review Comment:
probably we can remove it completely from tests. our source code should
deduce automatically
--
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]