yihua commented on code in PR #13529:
URL: https://github.com/apache/hudi/pull/13529#discussion_r2193501918
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCDCFileIndex.scala:
##########
@@ -79,8 +79,4 @@ class HoodieCDCFileIndex (override val spark: SparkSession,
new Path(fileGroupId.getPartitionPath, fileGroupId.getFileId).toString
}.toArray
}
-
- override def getRequiredFilters: Seq[Filter] = {
- Seq.empty
- }
Review Comment:
Should this be kept for CDC file index?
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieCDCFileIndex.scala:
##########
@@ -79,8 +79,4 @@ class HoodieCDCFileIndex (override val spark: SparkSession,
new Path(fileGroupId.getPartitionPath, fileGroupId.getFileId).toString
}.toArray
}
-
- override def getRequiredFilters: Seq[Filter] = {
- Seq.empty
- }
Review Comment:
Is it no longer used because of the changes in the relation factory class?
--
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]