[
https://issues.apache.org/jira/browse/NIFI-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722880#comment-15722880
]
ASF subversion and git services commented on NIFI-2866:
-------------------------------------------------------
Commit 2b6d6c25d8a35625697d98b4827a6badfb8e2f69 in nifi's branch
refs/heads/master from [~combine]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=2b6d6c2 ]
NIFI-2866 The Initial Max Value of QueryDatabaseTable won't be case-sensitive
Signed-off-by: Matt Burgess <[email protected]>
This closes #1212
> 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());
> }
> }
> When I set the property that is initial.maxvalue.UPDATE_TIME,
> QueryDatabaseTable doesn't have WHERE clause with UPDATE_TIME.
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)