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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to