mattyb149 commented on PR #7981:
URL: https://github.com/apache/nifi/pull/7981#issuecomment-1802883745

   > Thanks for the contribution @avasquezkudaw. As this presents an important 
behavioral change in the Processor, it would be helpful to add a unit test 
method that verifies the expected behavior when the property is disabled. Also 
note that property names should use [Title 
Case](https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case)
 for naming.
   
   Agreed, when the capability for using database types was added it was 
decided purposely to not offer a property, to simplify the user experience and 
be flexible in which types were used, to be as smart as possible at inferring 
the user's intent when putting data of one type in the record into a column in 
the database with a different type, such as String -> Timestamp. This PR should 
have at least a handful of tests (or multiple different types in one or more 
tests) for covering possible users' intents.


-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to