sdairs opened a new pull request #4591:
URL: https://github.com/apache/nifi/pull/4591


   Initial attempt at adding default types for inferred avro schemas.
   
   Adds dynamic properties to AvroRecordSetWriter prefixed with 'default.type' 
to specify default as desired
   
   If you supply a value that can't convert in to the specific type .e.g (long 
and "hello") it will fail with
   
   "Could not determine the Avro Schema to use for writing the content"
   
   Seems like a valid error msg, but I suppose we could check the type 
conversion at the property validation point instead and fail earlier?
   
   Welcome your feedback


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to