yihua commented on code in PR #13727:
URL: https://github.com/apache/hudi/pull/13727#discussion_r2280475027
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/RecordLevelIndexTestBase.scala:
##########
@@ -161,4 +162,8 @@ class RecordLevelIndexTestBase extends
HoodieStatsIndexTestBase {
assertEquals(readDf.count(), prevDf.count())
readDf.unpersist()
}
+
+ protected def checkAnswer(sql: String)(expects:
collection.immutable.Seq[Any]*): Unit = {
Review Comment:
Fixed.
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/NineToEightDowngradeHandler.java:
##########
@@ -63,6 +65,7 @@
* set hoodie.record.merge.mode=CUSTOM
* set hoodie.record.merge.strategy.id accordingly
* remove any properties with prefix hoodie.record.merge.property.
+ * Fix precombine field value for MySqlDebeziumAvroPayload.
Review Comment:
Fixed
--
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]