suryaprasanna commented on code in PR #17787:
URL: https://github.com/apache/hudi/pull/17787#discussion_r2738861602
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/hudi/HoodieSparkUtils.scala:
##########
@@ -261,6 +266,8 @@ object HoodieSparkUtils extends SparkAdapterSupport with
SparkVersionsSupport wi
val partitionValue = if (partitionPath.startsWith(prefix)) {
// support hive style partition path
partitionPath.substring(prefix.length)
+ } else if (slashSeparatedDatePartitioning &&
isValidDate(partitionPath)) {
Review Comment:
Agree, it makes sense to remove the date validation from reader path.
--
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]