nsivabalan commented on code in PR #9345:
URL: https://github.com/apache/hudi/pull/9345#discussion_r1282159469


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieFileIndex.scala:
##########
@@ -180,20 +183,94 @@ case class HoodieFileIndex(spark: SparkSession,
     }
   }
 
+  def listFiles2(partitionFilters: Seq[Expression], dataFilters: 
Seq[Expression]): Seq[(BaseHoodieTableFileIndex.PartitionPath, Seq[FileStatus], 
Seq[FileSlice])] = {

Review Comment:
   whats the diff b/w this and existing listFiles ? 



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to