wombatu-kun commented on code in PR #12772:
URL: https://github.com/apache/hudi/pull/12772#discussion_r2103823343
##########
hudi-spark-datasource/hudi-spark3-common/src/main/scala/org/apache/hudi/Spark3HoodiePartitionCDCFileGroupMapping.scala:
##########
@@ -23,11 +23,12 @@ import org.apache.hudi.common.table.cdc.HoodieCDCFileSplit
import org.apache.spark.sql.catalyst.InternalRow
-class HoodiePartitionCDCFileGroupMapping(partitionValues: InternalRow,
- fileSplits: List[HoodieCDCFileSplit])
- extends HoodiePartitionValues(partitionValues) {
+class Spark3HoodiePartitionCDCFileGroupMapping(partitionValues: InternalRow,
Review Comment:
But it's impossible if we want to Support Spark4. Explanation is here
https://github.com/apache/hudi/pull/12772#discussion_r2103820263 and here
https://github.com/apache/hudi/pull/12772#discussion_r2072358257
--
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]