rahil-c commented on code in PR #13650:
URL: https://github.com/apache/hudi/pull/13650#discussion_r2357273661


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/keygen/TestComplexKeyGenerator.java:
##########
@@ -178,15 +180,16 @@ void testMultipleValueKeyGenerator(boolean 
setEncodeSingleKeyFieldNameConfig,
 
   @ParameterizedTest
   @CsvSource(value = {"false,true", "true,false", "true,true"})
-  void testMultipleValueKeyGeneratorNonPartitioned(boolean 
setEncodeSingleKeyFieldNameConfig,
-                                                   boolean 
encodeSingleKeyFieldName) {
+  void testMultipleValueKeyGeneratorNonPartitioned(boolean 
setNewEncodingConfig,
+                                                   boolean 
encodeSingleKeyFieldValueOnly) {
     TypedProperties properties = new TypedProperties();
     properties.setProperty(KeyGeneratorOptions.RECORDKEY_FIELD_NAME.key(), 
"_row_key,timestamp");
     properties.setProperty(KeyGeneratorOptions.PARTITIONPATH_FIELD_NAME.key(), 
"");
-    if (setEncodeSingleKeyFieldNameConfig) {
+    properties.setProperty(HoodieWriteConfig.WRITE_TABLE_VERSION.key(), "8");

Review Comment:
   ack will do so.



-- 
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]

Reply via email to