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

ASF GitHub Bot commented on GEODE-7802:
---------------------------------------

jvarenina opened a new pull request #5844:
URL: https://github.com/apache/geode/pull/5844


   Disclaimer: OQL queries are not pre-validated for nonexistent attributes
   and methods
   
   Thank you for submitting a contribution to Apache Geode.
   
   In order to streamline the review of the contribution we ask you
   to ensure the following steps have been taken:
   
   ### For all changes:
   - [x] Is there a JIRA ticket associated with this PR? Is it referenced in 
the commit message?
   
   - [x] Has your PR been rebased against the latest commit within the target 
branch (typically `develop`)?
   
   - [x] Is your initial contribution a single, squashed commit?
   
   - [x] Does `gradlew build` run cleanly?
   
   - [ ] Have you written or updated unit tests to verify your changes?
   
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   
   ### Note:
   Please ensure that once the PR is submitted, check Concourse for build 
issues and
   submit an update to your PR as soon as possible. If you need help, please 
send an
   email to d...@geode.apache.org.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> User Guide - add disclaimer that OQL queries are not pre-validated for 
> nonexistent attributes
> ---------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7802
>                 URL: https://issues.apache.org/jira/browse/GEODE-7802
>             Project: Geode
>          Issue Type: Improvement
>          Components: docs
>            Reporter: Dave Barnes
>            Priority: Minor
>
> Community member @deepak khopade requests that we add a disclaimer to the 
> user guide stating that OQL queries are not pre-screened for references to 
> nonexistent attributes. The assertion is that users who have experience with 
> other query models may expect Geode to apply such validation. In the Geode 
> model, attributes and methods are resolved at runtime during query execution 
> - the server does not know what's actually stored in a region until the query 
> is executed.
> The disclaimer could be added in one of two places:
> Query Language Restrictions and Unsupported Features 
> ([https://geode.apache.org/docs/guide/111/developing/querying_basics/restrictions_and_unsupported_features.html])
> or
> Querying FAQ and Examples 
> ([https://geode.apache.org/docs/guide/111/getting_started/querying_quick_reference.html])



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to