You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Byunghwa Yun (JIRA)" <ji...@apache.org> on 2016/10/05 03:48:20 UTC

[jira] [Created] (NIFI-2866) The Initial Max Value of QueryDatabaseTable won't be case sensitive.

Byunghwa Yun created NIFI-2866:
----------------------------------

             Summary: The Initial Max Value of QueryDatabaseTable won't be case sensitive.
                 Key: NIFI-2866
                 URL: https://issues.apache.org/jira/browse/NIFI-2866
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.1.0
            Reporter: Byunghwa Yun
            Priority: Minor


Now, the Initial Max Value of QueryDatabaseTable is allowed the only lowercase so I think to change the below code, it added .toLowerCase() method.

        for(final Map.Entry<String,String> maxProp : maxValueProperties.entrySet()){
            if (!statePropertyMap.containsKey(maxProp.getKey().toLowerCase())) {
                statePropertyMap.put(maxProp.getKey().toLowerCase(), maxProp.getValue());
            }
        }

Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)