yihua commented on code in PR #13656:
URL: https://github.com/apache/hudi/pull/13656#discussion_r2268548933
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestRepairsProcedure.scala:
##########
@@ -147,6 +147,7 @@ class TestRepairsProcedure extends
HoodieSparkProcedureTestBase {
|[hoodie.table.create.schema,,]
|[hoodie.table.format,native,null]
|[hoodie.table.initial.version,$tableVersion,$tableVersion]
+
|[hoodie.table.keygenerator.class,org.apache.hudi.keygen.NonpartitionedKeyGenerator,null]
Review Comment:
Is the key generator class name always added after this PR? Supposedly, it
should only be added when `USER_PROVIDED` key generator type is used.
--
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]