leesf commented on a change in pull request #3209:
URL: https://github.com/apache/hudi/pull/3209#discussion_r663086690
##########
File path:
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -471,6 +471,11 @@ object DataSourceWriteOptions {
.key("hoodie.deltastreamer.source.kafka.value.deserializer.schema")
.noDefaultValue()
.withDocumentation("")
+
+ val HIVE_BATCH_SYNC_PARTITION_NUM: ConfigProperty[String] = ConfigProperty
Review comment:
please move this config under `HIVE_SYNC_AS_DATA_SOURCE_TABLE` to make
hive_sync config clustered.
--
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]