[ 
https://issues.apache.org/jira/browse/GEODE-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16626521#comment-16626521
 ] 

ASF subversion and git services commented on GEODE-5750:
--------------------------------------------------------

Commit 5a46b659b86ecc4890df59c1b7abe727192e5d06 in geode-native's branch 
refs/heads/develop from [~bbender]
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=5a46b65 ]

GEODE-5750: Fix incorrect optype enum value (#361)

-CqEvent.getQueryOperation() returns 1 for create event, while cli CqOperation 
was set to 0.
It has now been updated to reflect cpp CqOperation.
- Fixed apache::geode::client::Task<T> to handle AppDomain context
correctly
- Add tests for remaining events
- Add check for unknown event type

Co-authored-by: Blake Bender <bben...@pivotal.io>

> Incorrect enumeration value set for OP_TYPE_CREATE in CLI CqOperation
> ---------------------------------------------------------------------
>
>                 Key: GEODE-5750
>                 URL: https://issues.apache.org/jira/browse/GEODE-5750
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Ivan Godwin
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The enumeration value for OP_TYPE_CREATE is set to 0 in the CLI CqOperation 
> enum class, rather than 1. The result is that there is no match for what 
> CqEvent.getQueryOperation() returns for a create event.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to