[jira] [Created] (PHOENIX-2079) databaseMetaData.getIndexInfo is not giving proper index names

2015-06-27 Thread suraj misra (JIRA)
suraj misra created PHOENIX-2079: Summary: databaseMetaData.getIndexInfo is not giving proper index names Key: PHOENIX-2079 URL: https://issues.apache.org/jira/browse/PHOENIX-2079 Project: Phoenix

[jira] [Created] (PHOENIX-2080) Phoenix driver does not through exception and hangs if Hbase is stopped.

2015-06-27 Thread suraj misra (JIRA)
suraj misra created PHOENIX-2080: Summary: Phoenix driver does not through exception and hangs if Hbase is stopped. Key: PHOENIX-2080 URL: https://issues.apache.org/jira/browse/PHOENIX-2080

[jira] [Commented] (PHOENIX-1659) PhoenixDatabaseMetaData.getColumns does not return REMARKS column

2015-06-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604243#comment-14604243 ] James Taylor commented on PHOENIX-1659: --- +1. Thanks for the patch, [~jmahonin].

[jira] [Assigned] (PHOENIX-2067) Incorrect order while using ORDER BY DESC with secondary indexes

2015-06-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reassigned PHOENIX-2067: - Assignee: James Taylor Incorrect order while using ORDER BY DESC with secondary

[jira] [Commented] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604376#comment-14604376 ] ASF GitHub Bot commented on PHOENIX-978: GitHub user elilevine opened a pull

[GitHub] phoenix pull request: PHOENIX-978: allow views to extend parent's ...

2015-06-27 Thread elilevine
GitHub user elilevine opened a pull request: https://github.com/apache/phoenix/pull/91 PHOENIX-978: allow views to extend parent's PK https://issues.apache.org/jira/browse/PHOENIX-978 You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread Eli Levine (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604386#comment-14604386 ] Eli Levine commented on PHOENIX-978: [~jamestaylor], mind taking a look at the pull

[jira] [Commented] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread Eli Levine (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604414#comment-14604414 ] Eli Levine commented on PHOENIX-978: Ah, thanks for pointing out PHOENIX-2058. I'll

[jira] [Updated] (PHOENIX-2058) Check for existence and compatibility of columns being added in view

2015-06-27 Thread Eli Levine (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Levine updated PHOENIX-2058: Description: One check I realized we're not doing, but need to do, is ensuring that the column

[jira] [Updated] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread Eli Levine (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Levine updated PHOENIX-978: --- Attachment: PHOENIX-978.diff Allow views to extend base table's PK

[jira] [Commented] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604400#comment-14604400 ] James Taylor commented on PHOENIX-978: -- +1 to the fix. Any thoughts on whether or

[jira] [Commented] (PHOENIX-978) Allow views to extend base table's PK

2015-06-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14604397#comment-14604397 ] James Taylor commented on PHOENIX-978: -- For the extra check that's necessary, see