You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2023/04/04 16:27:00 UTC

[jira] [Updated] (CAMEL-19248) Suspicious ignoring of a variable in CouchbaseConsumer

     [ https://issues.apache.org/jira/browse/CAMEL-19248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-19248:
--------------------------------
    Fix Version/s: 3.20.4
                   3.21.0
                   4.0-M3
                   4.0

> Suspicious ignoring of a variable in CouchbaseConsumer
> ------------------------------------------------------
>
>                 Key: CAMEL-19248
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19248
>             Project: Camel
>          Issue Type: Task
>          Components: camel-couchdb
>            Reporter: Dmitrii Kriukov
>            Priority: Major
>             Fix For: 3.20.4, 3.21.0, 4.0-M3, 4.0
>
>
> CouchbaseConsumer line 93:
> {color:#172b4d}viewOptions.startKey(rangeEndKey).endKey(rangeEndKey);
> I think it should be 
> {color}
> {color:#172b4d}viewOptions.startKey(rangeStartKey).endKey(rangeEndKey);{color}
> {color:#172b4d}Or we should place a comment as why rangeStartKey is ignored
> {color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)