You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/03/12 19:20:20 UTC

[GitHub] [nifi] mattyb149 commented on a change in pull request #4139: NIFI-7249: Force String keys in maps in DataTypeUtils.inferDataType()

mattyb149 commented on a change in pull request #4139: NIFI-7249: Force String keys in maps in DataTypeUtils.inferDataType()
URL: https://github.com/apache/nifi/pull/4139#discussion_r391839818
 
 

 ##########
 File path: nifi-commons/nifi-record/src/test/java/org/apache/nifi/serialization/record/TestDataTypeUtils.java
 ##########
 @@ -442,6 +442,14 @@ private void testChooseDataType(List<DataType> dataTypes, Object value, DataType
         assertEquals(expected, actual);
     }
 
+    @Test
 
 Review comment:
   Good idea, done!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services