[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982863 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -39,8 +42,9 @@ public PArrayDataType() {

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982858 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -146,11 +237,16 @@ public static void positionAtArrayE

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982818 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -146,11 +237,16 @@ public static void positionAtArrayEle

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982821 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -228,49 +365,121 @@ public Object toObject(Object object,

[jira] [Updated] (PHOENIX-72) SkipScanFilter intersect may be incorrect for ranges

2014-02-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-72: Attachment: patch-2.diff > SkipScanFilter intersect may be incorrect for ranges > -

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982793 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -39,8 +42,9 @@ public PArrayDataType() {

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9982719 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java --- @@ -62,27 +63,54 @@ public void reset() {

[jira] [Updated] (PHOENIX-72) SkipScanFilter intersect may be incorrect for ranges

2014-02-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-72: Attachment: patch.diff > SkipScanFilter intersect may be incorrect for ranges > ---

[jira] [Commented] (PHOENIX-72) SkipScanFilter intersect may be incorrect for ranges

2014-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910065#comment-13910065 ] Anoop Sam John commented on PHOENIX-72: --- [~jamestaylor] Attaching the patch, fixing

[jira] [Commented] (PHOENIX-1) select only gives results for certain combinations of selected columns when performing join

2014-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13910063#comment-13910063 ] Anoop Sam John commented on PHOENIX-1: -- bq.Seems to me that there is some sort of limi

[jira] [Resolved] (PHOENIX-72) SkipScanFilter intersect may be incorrect for ranges

2014-02-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-72. - Resolution: Fixed Fix Version/s: 3.0.0 > SkipScanFilter intersect may be incorrect for ran

[jira] [Assigned] (PHOENIX-29) Add custom filter to more efficiently navigate KeyValues in row

2014-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John reassigned PHOENIX-29: - Assignee: Anoop Sam John > Add custom filter to more efficiently navigate KeyValues in ro

[jira] [Created] (PHOENIX-72) SkipScanFilter intersect may be incorrect for ranges

2014-02-23 Thread James Taylor (JIRA)
James Taylor created PHOENIX-72: --- Summary: SkipScanFilter intersect may be incorrect for ranges Key: PHOENIX-72 URL: https://issues.apache.org/jira/browse/PHOENIX-72 Project: Phoenix Issue Type

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980976 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java --- @@ -62,27 +63,54 @@ public void reset() {

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread jtaylor-sfdc
Github user jtaylor-sfdc commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980933 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -77,9 +130,47 @@ public int toBytes(Object object, byte

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread jtaylor-sfdc
Github user jtaylor-sfdc commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980892 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java --- @@ -39,18 +31,27 @@ private PDat

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980816 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -77,9 +130,47 @@ public int toBytes(Object object, byte[]

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980802 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -77,9 +130,47 @@ public int toBytes(Object object, byte[]

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980788 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java --- @@ -62,27 +63,54 @@ public void reset() {

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9980773 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/ArrayConstructorExpression.java --- @@ -39,18 +31,27 @@ private PDataT

[jira] [Commented] (PHOENIX-29) Add custom filter to more efficiently navigate KeyValues in row

2014-02-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909954#comment-13909954 ] James Taylor commented on PHOENIX-29: - Good catch, [~anoop.hbase]. Looks good. > Add

[jira] [Created] (PHOENIX-71) Support sub-joins

2014-02-23 Thread Maryann Xue (JIRA)
Maryann Xue created PHOENIX-71: -- Summary: Support sub-joins Key: PHOENIX-71 URL: https://issues.apache.org/jira/browse/PHOENIX-71 Project: Phoenix Issue Type: New Feature Affects Versions: 3

[jira] [Updated] (PHOENIX-29) Add custom filter to more efficiently navigate KeyValues in row

2014-02-23 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated PHOENIX-29: -- Attachment: PHOENIX-29_V5.patch The UT run on V4 patch produced some test failures and investig

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9974799 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -17,21 +17,24 @@ */ package org.apache.phoen

[GitHub] incubator-phoenix pull request: Phoenix 37

2014-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/8#discussion_r9974795 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -228,49 +365,121 @@ public Object toObject(Object objec