[GitHub] phoenix pull request: Phoenix 1759

2015-04-24 Thread 7shurik
Github user 7shurik closed the pull request at: https://github.com/apache/phoenix/pull/68 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] phoenix pull request: Phoenix 1759

2015-04-24 Thread 7shurik
GitHub user 7shurik reopened a pull request: https://github.com/apache/phoenix/pull/68 Phoenix 1759 This is a fix for https://issues.apache.org/jira/browse/PHOENIX-1759. There's a set of unit tests as well as an integration test. Main code change is adding a PhoenixArray.to

[GitHub] phoenix pull request: Phoenix 1759

2015-04-24 Thread 7shurik
Github user 7shurik commented on the pull request: https://github.com/apache/phoenix/pull/68#issuecomment-96093375 I'm fixing the Apache license header in PrimitiveIntPhoenixArrayToStringTest.java. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread 7shurik
Github user 7shurik commented on the pull request: https://github.com/apache/phoenix/pull/68#issuecomment-93865916 @samarthjain @JamesRTaylor are you still reviewing? I've uploaded the version with suggested changes, including a single implementation of PhoenixArray.toString(). Se

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread samarthjain
Github user samarthjain commented on the pull request: https://github.com/apache/phoenix/pull/68#issuecomment-93872039 +1, LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread 7shurik
Github user 7shurik commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28532568 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PhoenixArray.java --- @@ -561,6 +666,23 @@ public int estimateByteSize(int pos) {

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28529952 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PhoenixArray.java --- @@ -561,6 +666,23 @@ public int estimateByteSize(int pos) {

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread 7shurik
Github user 7shurik commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28529111 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PhoenixArray.java --- @@ -561,6 +666,23 @@ public int estimateByteSize(int pos) {

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28526475 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PhoenixArray.java --- @@ -561,6 +666,23 @@ public int estimateByteSize(int pos) {

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28526230 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PhoenixArray.java --- @@ -561,6 +666,23 @@ public int estimateByteSize(int pos) {

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread 7shurik
Github user 7shurik commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28524479 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PDataType.java --- @@ -1098,8 +1098,10 @@ public String toStringLiteral(byte[] b, int off

[GitHub] phoenix pull request: Phoenix 1759

2015-04-16 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/68#discussion_r28524298 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PDataType.java --- @@ -1098,8 +1098,10 @@ public String toStringLiteral(byte[] b, int

[GitHub] phoenix pull request: Phoenix 1759

2015-04-15 Thread 7shurik
GitHub user 7shurik opened a pull request: https://github.com/apache/phoenix/pull/68 Phoenix 1759 This is a fix for https://issues.apache.org/jira/browse/PHOENIX-1759. There's a set of unit tests as well as an integration test. Main code change is adding a PhoenixArray.toSt