codope commented on code in PR #6098:
URL: https://github.com/apache/hudi/pull/6098#discussion_r926535477
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestStructuredStreaming.scala:
##########
@@ -50,6 +51,10 @@ class TestStructuredStreaming extends HoodieClientTestBase {
DataSourceWriteOptions.RECORDKEY_FIELD.key -> "_row_key",
DataSourceWriteOptions.PARTITIONPATH_FIELD.key -> "partition",
DataSourceWriteOptions.PRECOMBINE_FIELD.key -> "timestamp",
+ DataSourceWriteOptions.KEYGENERATOR_CLASS_NAME.key ->
classOf[ComplexKeyGenerator].getName,
+ DataSourceWriteOptions.OPERATION.key ->
DataSourceWriteOptions.BULK_INSERT_OPERATION_OPT_VAL,
+ // HoodieWriteConfig.BULK_INSERT_WRITE_STREAM_ENABLE.key -> "true",
Review Comment:
this should not be part of the PR. i'll remove it
For the unit test itself, I tried but it's hard. In an attempt to simulate
the scenario, the whole test gets killed. However, I have manually verified the
fix.
--
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]