nsivabalan commented on PR #17850: URL: https://github.com/apache/hudi/pull/17850#issuecomment-3855812704
``` PartitionValueExtractor interface relocated from org.apache.hudi.sync.common.model to org.apache.hudi.hive.sync ``` Wouldn't this break existing users who might have their own implementations for PartitionValueExtractor? We should avoid doing this. Instead, can we introduce a new interface named SparkPartitionValueExtrator in some spark other package. If need be, this can extend from existing PartitionValueExtractor as well. and use this in spark read code paths. -- 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]
