jonvex commented on code in PR #11943:
URL: https://github.com/apache/hudi/pull/11943#discussion_r1811236325
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/cdc/CDCFileGroupIterator.scala:
##########
@@ -112,7 +112,7 @@ class CDCFileGroupIterator(split: HoodieCDCFileGroupSplit,
metadataConfig,
// TODO support CDC with spark record
recordMergerImpls = List(classOf[HoodieAvroRecordMerger].getName),
- recordMergerStrategy = HoodieRecordMerger.DEFAULT_MERGER_STRATEGY_UUID
+ recordMergerStrategy =
HoodieRecordMerger.PAYLOAD_BASED_MERGER_STRATEGY_UUID
Review Comment:
CDC doesn't support recordmerger, not on the read or write side
--
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]