stayrascal commented on a change in pull request #4920:
URL: https://github.com/apache/hudi/pull/4920#discussion_r815618613
##########
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:
it still works with Java 8, but will fail with Java 11.
--
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]