You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by jinmeiliao <gi...@git.apache.org> on 2016/06/07 23:24:40 UTC

[GitHub] incubator-geode issue #151: GEODE-744: Incorrect use of APP_FETCH_SIZE in GF...

Github user jinmeiliao commented on the issue:

    https://github.com/apache/incubator-geode/pull/151
  
    I don't think this would fix the problem. The problem is that the following two queries would return different results. Your change would still make them do that.
    
    query --query=\"select count(*) from /replicatedRegion.keySet\"
    query --query=\"SELECT COUNT(*) FROM /replicatedRegion.keySet\"
    
    I believe what Jens suggests is to convert the query string to lowercase/uppercase first and then checks for "contains" limit or count.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---