yihua commented on code in PR #6395:
URL: https://github.com/apache/hudi/pull/6395#discussion_r970068956
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/spark/sql/hudi/HoodieOptionConfig.scala:
##########
@@ -46,7 +46,6 @@ object HoodieOptionConfig {
.withSqlKey("primaryKey")
.withHoodieKey(DataSourceWriteOptions.RECORDKEY_FIELD.key)
.withTableConfigKey(HoodieTableConfig.RECORDKEY_FIELDS.key)
- .defaultValue(DataSourceWriteOptions.RECORDKEY_FIELD.defaultValue())
Review Comment:
Hi @watermelon12138, I just noticed that this change is already covered by
#5771. I'll close this one as a duplicate. Feel free to review the other PR.
--
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]