[GitHub] phoenix pull request #316: PHOENIX-3547 Supporting more number of indices pe...

2018-07-27 Thread m2je
Github user m2je closed the pull request at: https://github.com/apache/phoenix/pull/316 ---

[GitHub] phoenix issue #316: PHOENIX-3547 Supporting more number of indices per table...

2018-07-27 Thread m2je
Github user m2je commented on the issue: https://github.com/apache/phoenix/pull/316 I don't know what happened. Let me open a new pull request ---

[GitHub] phoenix issue #317: PHOENIX-3547 Supporting more number of indices per table...

2018-07-30 Thread m2je
Github user m2je commented on the issue: https://github.com/apache/phoenix/pull/317 Thanks @twdsilva for the review and feed backs. I'll wait for for your teams feed back on proposed change to VIEW_INDEX_ID column and soon after getting the confirmation, I'll update this PR. ---

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

2018-07-28 Thread m2je
GitHub user m2je opened a pull request: https://github.com/apache/phoenix/pull/317 PHOENIX-3547 Supporting more number of indices per table. Currently the number of indices per Phoenix table is bound to maximum of 65535 (java.lang.Short) which is a limitation for applications

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

2018-07-31 Thread m2je
Github user m2je commented on a diff in the pull request: https://github.com/apache/phoenix/pull/317#discussion_r206717705 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java --- @@ -1223,7 +1225,9 @@ public void readFields(DataInput input) throws

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

2018-07-31 Thread m2je
Github user m2je commented on a diff in the pull request: https://github.com/apache/phoenix/pull/317#discussion_r206715551 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/ExplainTable.java --- @@ -204,14 +205,19 @@ private void appendPKColumnValue(StringBuilder buf

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

2018-07-31 Thread m2je
Github user m2je commented on a diff in the pull request: https://github.com/apache/phoenix/pull/317#discussion_r206715609 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1431,11 +1438,42 @@ private PTable getTable

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

2018-07-31 Thread m2je
Github user m2je commented on a diff in the pull request: https://github.com/apache/phoenix/pull/317#discussion_r206715585 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -2185,7 +2223,7 @@ public void createTable(RpcController

[GitHub] phoenix pull request #316: PHOENIX-3547 Supporting more number of indices pe...

2018-07-27 Thread m2je
GitHub user m2je opened a pull request: https://github.com/apache/phoenix/pull/316 PHOENIX-3547 Supporting more number of indices per table. PHOENIX-3547 Supporting more number of indices per table. Currently the number of indices per Phoenix table is bound to maximum

[GitHub] phoenix pull request #312: PHOENIX-3547 Supporting more number of indices pe...

2018-07-23 Thread m2je
GitHub user m2je opened a pull request: https://github.com/apache/phoenix/pull/312 PHOENIX-3547 Supporting more number of indices per table. https://issues.apache.org/jira/browse/PHOENIX-3547 Currently the number of indices per Phoenix table is bound to maximum of 65535

[GitHub] phoenix issue #312: PHOENIX-3547 Supporting more number of indices per table...

2018-07-23 Thread m2je
Github user m2je commented on the issue: https://github.com/apache/phoenix/pull/312 needs more work ---

[GitHub] phoenix pull request #312: PHOENIX-3547 Supporting more number of indices pe...

2018-07-23 Thread m2je
Github user m2je closed the pull request at: https://github.com/apache/phoenix/pull/312 ---