minihippo commented on a change in pull request #3173:
URL: https://github.com/apache/hudi/pull/3173#discussion_r769787451
##########
File path:
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieMergeOnReadRDD.scala
##########
@@ -39,7 +39,13 @@ import scala.collection.JavaConverters._
import scala.collection.mutable
import scala.util.Try
-case class HoodieMergeOnReadPartition(index: Int, split:
HoodieMergeOnReadFileSplit) extends Partition
+/**
+ * Files a input task reads. Usually a file spilt corresponds to a task. For
partitioned hudi table with bucket index,
Review comment:
Yes. files with same bucketid but under the different partitions have
different filenames
--
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]