leesf commented on a change in pull request #3209:
URL: https://github.com/apache/hudi/pull/3209#discussion_r663439545



##########
File path: 
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -462,6 +462,11 @@ object DataSourceWriteOptions {
     .defaultValue(false)
     .withDocumentation("Whether to sync the table as managed table.")
 
+  val HIVE_BATCH_SYNC_PARTITION_NUM: ConfigProperty[String] = ConfigProperty

Review comment:
       `ConfigProperty[String]` -> `ConfigProperty[Integer]`




-- 
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]


Reply via email to