You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/27 17:12:06 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #4920: [MINOR] Fix String convert issue and overwrite putAll method in Typed…

nsivabalan commented on a change in pull request #4920:
URL: https://github.com/apache/hudi/pull/4920#discussion_r815467321



##########
File path: hudi-common/src/test/java/org/apache/hudi/common/properties/TestTypedProperties.java
##########
@@ -99,8 +99,37 @@ public void testPropertiesOrder() throws IOException {
     properties.put("key9", "true");
 
     TypedProperties typedProperties = new TypedProperties(properties);
+    assertTypeProperties(typedProperties, 0);
+  }
+
+  @Test
+  void testPutAllProperties() {

Review comment:
       is this test failing w/o the fix in this patch ? 




-- 
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-unsubscribe@hudi.apache.org

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