gideonkorir commented on issue #3343: Nifi 5572
URL: https://github.com/apache/nifi/pull/3343#issuecomment-474429103
 
 
   Realized I was naive in my initial PR, I've gone through all the references 
to `RecordFieldType` and made the following changes:
   
   - [x]  Update PutCassandra processor to handle decimal and added tests for 
that
   - [x] Update PutElasticSearch processor to handle decimal and added tests 
for that. Caveat, I'm using BigDecimal.toPlainString() so that we don't have 
scientific notation in the json output; not sure if OK
   - [x] Added decimal tests for HBase
   - [x] Added decimal tests for Kudu
   - [x] Update PutMongoRecord processor to handle decimal, added codec package 
that adds the necessary codecs for that. 
   - [x] Update StandardSchemaValidator, support decimal in `validate`, added 
tests for that
   - [x] ResultSetRecordSet has decimal support, factoring in precision and 
scale of the returned decimals
   - [x] JsonPathRowRecordReader has decimal support, added tests for that
   - [x] JsonTreeRowRecordReader has decimal support, added tests for that

----------------------------------------------------------------
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