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
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 add
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
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.toS
GitHub user 7shurik opened a pull request:
https://github.com/apache/phoenix/pull/70
JIRA Phoenix 1872
I'm fixing https://issues.apache.org/jira/browse/PHOENIX-1872. The fix is
to use PrimitiveBooleanArray of boolean[] instead of PhoenixArray of Boolean[].
I consi
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 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 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
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 add