[ https://issues.apache.org/jira/browse/GEODE-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536419#comment-15536419 ]
ASF GitHub Bot commented on GEODE-1907: --------------------------------------- GitHub user jaredjstewart opened a pull request: https://github.com/apache/incubator-geode/pull/249 GEODE-1907: QueryDataFunction now adds LIMIT clause if space is missi… …ng after FROM clause You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaredjstewart/incubator-geode feature/GEODE-1907 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/249.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #249 ---- commit 6fb64a7b671af3054a38610c245f51ab9c30c342 Author: Jared Stewart <jstew...@pivotal.io> Date: 2016-09-29T19:47:15Z GEODE-1907: QueryDataFunction now adds LIMIT clause if space is missing after FROM clause ---- > QueryDataFunction does not add LIMIT clause if space is missing after FROM > clause > --------------------------------------------------------------------------------- > > Key: GEODE-1907 > URL: https://issues.apache.org/jira/browse/GEODE-1907 > Project: Geode > Issue Type: Bug > Components: management, querying > Reporter: Kirk Lund > Assignee: Jared Stewart > Priority: Minor > > Apparently "SELECT * FROM/MyRegion" is a valid query in Geode, however if > this query is used from GFSH or Pulse, then QueryDataFunction will fail to > add a LIMIT clause because there is no space between FROM and the region name. -- This message was sent by Atlassian JIRA (v6.3.4#6332)