jonvex commented on code in PR #13529:
URL: https://github.com/apache/hudi/pull/13529#discussion_r2202785608


##########
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:
   yeah. Added to the description, but this is ontop of 
https://github.com/apache/hudi/pull/13527



-- 
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]

Reply via email to