turcsanyip commented on a change in pull request #3570: Fix for NIFI-6422
URL: https://github.com/apache/nifi/pull/3570#discussion_r300367788
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/test/resources/schemas/simple_record_schema_with_bad_type_case.json
 ##########
 @@ -0,0 +1,14 @@
+[
+  {
+    "name": "Consent",
+    "type": "record",
+       "mode": "NULLABLE",
+    "fields": [
+         {
+           "name": "boolean",
+               "mode": "NULLABLE",
+           "type": "BOOLEAN"
+         }
+       ]
+  }
+]
 
 Review comment:
   It is a good practice to always use new lines at the end of the files.

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


With regards,
Apache Git Services

Reply via email to