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

Hadoop QA commented on PHOENIX-5324:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12971219/PHOENIX-5324.svn.master.v1.patch
  against master branch at commit b8f465cd3649b66f19e307e5e00dea20ac0a8667.
  ATTACHMENT ID: 12971219

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+0 tests included{color}.  The patch appears to be a 
documentation, build,
                        or dev patch that doesn't require tests.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2641//console

This message is automatically generated.

> Document: Incorrect syntax DECLARE/OPEN CURSOR
> ----------------------------------------------
>
>                 Key: PHOENIX-5324
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5324
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>            Reporter: Karthik Palanisamy
>            Assignee: Karthik Palanisamy
>            Priority: Minor
>              Labels: cursor
>         Attachments: PHOENIX-5324.svn.master.v1.patch
>
>
> Incorrect Syntax:
> DECLARE CURSOR 
> [cursorName|https://phoenix.apache.org/language/index.html#name] FOR 
> [selectStatement|https://phoenix.apache.org/language/index.html#select_statement]
> OPEN CURSOR [cursorName|https://phoenix.apache.org/language/index.html#name]
>  
> Correct Syntax:
> DECLARE [cursorName|http://localhost:8000/language/index.html#name] CURSOR 
> FOR 
> [selectStatement|http://localhost:8000/language/index.html#select_statement]
> OPEN [cursorName|http://localhost:8000/language/index.html#name]
>  



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

Reply via email to