[
https://issues.apache.org/jira/browse/PHOENIX-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xu Cang updated PHOENIX-4597:
-
Attachment: PHOENIX-4597.master.001.patch
> Do not initalize phoenixTransactionContext in MutationState
[
https://issues.apache.org/jira/browse/PHOENIX-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xu Cang reassigned PHOENIX-4597:
Assignee: Xu Cang
> Do not initalize phoenixTransactionContext in MutationState if transactions
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/317#discussion_r205953961
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/iterate/ExplainTable.java ---
@@ -204,14 +205,19 @@ private void appendPKColumnValue(StringBuilder
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/317#discussion_r205954264
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -1431,11 +1438,42 @@ private PTable getTable(RegionSc
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/317#discussion_r205952155
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java ---
@@ -1223,7 +1225,9 @@ public void readFields(DataInput input) throws
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/317#discussion_r205952450
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -2185,7 +2223,7 @@ public void createTable(RpcControl
[
https://issues.apache.org/jira/browse/PHOENIX-4824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva updated PHOENIX-4824:
Attachment: PHOENIX-4824-v2.patch
> Update BRANCH_NAMES in dev/test-patch.properties
> --
[
https://issues.apache.org/jira/browse/PHOENIX-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva reassigned PHOENIX-3547:
---
Assignee: Mehdi Salarkia
> Promote CATALOG.VIEW_INDEX_ID to an int
> -
[
https://issues.apache.org/jira/browse/PHOENIX-4824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva updated PHOENIX-4824:
Attachment: PHOENIX-4824.patch
> Update BRANCH_NAMES in dev/test-patch.properties
> -
Thomas D'Silva created PHOENIX-4824:
---
Summary: Update BRANCH_NAMES in dev/test-patch.properties
Key: PHOENIX-4824
URL: https://issues.apache.org/jira/browse/PHOENIX-4824
Project: Phoenix
Is
[
https://issues.apache.org/jira/browse/PHOENIX-4799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva updated PHOENIX-4799:
Attachment: PHOENIX-4799-v3.patch
> Write cells using checkAndMutate to prevent conflicti
Github user twdsilva commented on the issue:
https://github.com/apache/phoenix/pull/313
@ankitsinghal Thanks for the review. I have updated the PR to based on the
feedback. Can you please take a look?
---
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/313#discussion_r205950165
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java ---
@@ -3604,6 +3675,17 @@ public MutationState addColumn(PTable table,
Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/313#discussion_r205950104
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java ---
@@ -3034,6 +3088,11 @@ MutationState dropTable(String schemaName, St
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 requir
15 matches
Mail list logo