nsivabalan commented on code in PR #7783:
URL: https://github.com/apache/hudi/pull/7783#discussion_r1089847995
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -448,7 +448,7 @@ object DataSourceWriteOptions {
val STREAMING_CHECKPOINT_IDENTIFIER: ConfigProperty[String] = ConfigProperty
.key("hoodie.datasource.write.streaming.checkpoint.identifier")
- .noDefaultValue()
+ .defaultValue("default_single_writer")
Review Comment:
this is a random identifier. thats why did not prefix w/ hoodie. its a value
and not a key.
--
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]