xushiyan commented on code in PR #6217:
URL: https://github.com/apache/hudi/pull/6217#discussion_r929518923
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -426,12 +426,8 @@ object DataSourceWriteOptions {
@Deprecated
val METASTORE_URIS: ConfigProperty[String] =
HiveSyncConfigHolder.METASTORE_URIS
@Deprecated
- val hivePartitionFieldsInferFunc: JavaFunction[HoodieConfig, Option[String]]
= HoodieSyncConfig.PARTITION_FIELDS_INFERENCE_FUNCTION
- @Deprecated
val HIVE_PARTITION_FIELDS: ConfigProperty[String] =
HoodieSyncConfig.META_SYNC_PARTITION_FIELDS
@Deprecated
- val hivePartitionExtractorInferFunc: JavaFunction[HoodieConfig,
Option[String]] = HoodieSyncConfig.PARTITION_EXTRACTOR_CLASS_FUNCTION
Review Comment:
these infer functions shouldn't be here for users to import in the first
place
--
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]