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

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

Commit b3955c16909c9d780bfc1a539ed428cf40b7bd2c in incubator-geode's branch 
refs/heads/develop from [~kduling]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=b3955c1 ]

GEODE-1521 - APP_FETCH_SIZE in GFSH should not be applied to COUNT queries

Change to search for " count(" instead of "count(*)" because 'count' can accept 
more options than simply a star.

* This closes #155 [kl...@apache.org]


> APP_FETCH_SIZE in GFSH should not be applied to COUNT queries
> -------------------------------------------------------------
>
>                 Key: GEODE-1521
>                 URL: https://issues.apache.org/jira/browse/GEODE-1521
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Kevin Duling
>            Assignee: Kevin Duling
>             Fix For: 1.0.0-incubating.M3
>
>
> There are more varieties of count than simply * within the count().  
> Specifically, one can do:  {{count(distinct(field))}} or {{count(field)}}
> This makes checking for only {{count( * )}} incorrect.  Instead, the search 
> to apply the limt should look for {{" count("}}



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

Reply via email to