Zouxxyy commented on code in PR #9185:
URL: https://github.com/apache/hudi/pull/9185#discussion_r1271264081


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/procedure/TestClusteringProcedure.scala:
##########
@@ -695,8 +695,7 @@ class TestClusteringProcedure extends 
HoodieSparkProcedureTestBase {
            |  type = 'cow',
            |  preCombineField = 'ts',
            |  hoodie.index.type = 'BUCKET',
-           |  hoodie.bucket.index.hash.field = 'id',
-           |  hoodie.datasource.write.recordkey.field = 'id'
+           |  hoodie.bucket.index.hash.field = 'id'

Review Comment:
   Note, no need this, because we add 
`HoodieOptionConfig.mapSqlOptionsToDataSourceWriteConfigs` for 
`catalogProperties`, (bug fix)



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to