mark-bathori commented on PR #8280:
URL: https://github.com/apache/nifi/pull/8280#issuecomment-1954116869

   Thanks for the reply @exceptionfactory. 
   
   For example 
Kudu([NIFI-6680](https://issues.apache.org/jira/browse/NIFI-6680)) and 
Iceberg([NIFI-11263](https://issues.apache.org/jira/browse/NIFI-11263)) 
processor contains some kind of workaround for this. Both of them requires this 
when the NiFi side record schema and the database schema needs to be matched.
   
   I've checked other Map implementations like Apache’s CaseInsensitiveMap but 
the problem I found with them is their performance is usually worse than 
HashMap's and it would lead to unneccesary performance degredation.
   
   I think we can close this PR since we have a working solution currently for 
every module which needs a case-insensitive field retrieval. This can be 
reopened if we will have a new feature requiring this kind of functionality in 
the future.


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to