You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "ravi (JIRA)" <ji...@apache.org> on 2014/06/18 21:54:24 UTC

[jira] [Commented] (PHOENIX-1044) Phoenix-Pig: No results returned unless all used columns are selected

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

ravi commented on PHOENIX-1044:
-------------------------------

Hi  Josh Mahonin ,
    To help me fix the issue, can you please explain more about the table schema . A DDL would be fine. 
    
Regards
Ravi



> Phoenix-Pig: No results returned unless all used columns are selected
> ---------------------------------------------------------------------
>
>                 Key: PHOENIX-1044
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1044
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>            Reporter: Josh Mahonin
>            Priority: Minor
>
> Not critical, but a bit frustrating:
> I'm creating a PhoenixPigConfiguration via the following:
> > conf.setSelectColumns("FOO,BAR")
> > conf.setSelectStatement("SELECT FOO, BAR FROM MYTABLE WHERE BAZ=123")
> In SQuirrel, that query returns with results, but the going through Pig, it returns nothing.
> I also get the same results if I try like so:
> > conf.setSelectColumns("FOO,BAR,BAZ")
> > conf.setSelectStatement("SELECT FOO, BAR FROM MYTABLE WHERE BAZ=123")
> The workaround is to modify the select statement to also include the 'BAZ' column, even though I don't need it for computation:
> > conf.setSelectStatement("SELECT FOO, BAR, BAZ FROM MYTABLE WHERE BAZ=123")



--
This message was sent by Atlassian JIRA
(v6.2#6252)