[GitHub] [hudi] codope commented on a diff in pull request #5637: [HUDI-4124] Add valid check in Spark Datasource configs

2022-05-26 Thread GitBox
codope commented on code in PR #5637: URL: https://github.com/apache/hudi/pull/5637#discussion_r882439372 ## hudi-common/src/main/java/org/apache/hudi/common/config/ConfigProperty.java: ## @@ -95,33 +99,46 @@ Option>> getInferFunc() { return inferFunction; } + public

[GitHub] [hudi] codope commented on a diff in pull request #5637: [HUDI-4124] Add valid check in Spark Datasource configs

2022-05-25 Thread GitBox
codope commented on code in PR #5637: URL: https://github.com/apache/hudi/pull/5637#discussion_r882337916 ## hudi-common/src/main/java/org/apache/hudi/common/config/ConfigProperty.java: ## @@ -95,33 +99,46 @@ Option>> getInferFunc() { return inferFunction; } + public