[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063
]
Biju Nair commented on PHOENIX-2783:
If anyone face the scenario detailed in the des
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063
]
Biju Nair edited comment on PHOENIX-2783 at 3/24/16 10:29 PM:
Samarth Jain created PHOENIX-2796:
-
Summary: Remove unnecessary code for handling array data type
Key: PHOENIX-2796
URL: https://issues.apache.org/jira/browse/PHOENIX-2796
Project: Phoenix
Is
[
https://issues.apache.org/jira/browse/PHOENIX-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211176#comment-15211176
]
James Taylor commented on PHOENIX-2405:
---
Thanks, Haoran. For PHOENIX-2405, we'd ta
[
https://issues.apache.org/jira/browse/PHOENIX-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211205#comment-15211205
]
James Taylor commented on PHOENIX-2796:
---
That code optimizes what gets returned fr
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211238#comment-15211238
]
Biju Nair commented on PHOENIX-2783:
Hi [~sergey.soldatov], since the change is in t
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Biju Nair updated PHOENIX-2783:
---
Attachment: PHOENIX-2783-INIT.patch
As mentioned in the previous comment, this is a quick change whi
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211249#comment-15211249
]
James Taylor commented on PHOENIX-2783:
---
Thanks for the thorough analysis, [~biju7
[
https://issues.apache.org/jira/browse/PHOENIX-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser updated PHOENIX-2541:
Attachment: PHOENIX-2541.patch
Little patch that adds a flag to Pherf that will use addBatch() and
[
https://issues.apache.org/jira/browse/PHOENIX-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211349#comment-15211349
]
Kan Zhang commented on PHOENIX-1695:
Hi James,
Could you please elaborate on the PD
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211358#comment-15211358
]
Hadoop QA commented on PHOENIX-2783:
{color:red}-1 overall{color}. Here are the res
[
https://issues.apache.org/jira/browse/PHOENIX-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211440#comment-15211440
]
Dumindu Buddhika commented on PHOENIX-2796:
---
Yeah. The tests are testServerArr
Lars Hofhansl created PHOENIX-2797:
--
Summary: Ideas to speed up MIN/MAX/DISTINCT for prefixes of the PK
Key: PHOENIX-2797
URL: https://issues.apache.org/jira/browse/PHOENIX-2797
Project: Phoenix
[
https://issues.apache.org/jira/browse/PHOENIX-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lars Hofhansl updated PHOENIX-2797:
---
Description:
All of MIN, MAX, and DISTINCT always perform a full scan, even when they are on
Github user ankitsinghal commented on the pull request:
https://github.com/apache/phoenix/pull/153#issuecomment-200819479
still also, all views will be pointing to same physical table even if they
have different schemas . we do update physical table property during the
creation of vie
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210174#comment-15210174
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user ankitsinghal commented on
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210450#comment-15210450
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57340354
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateSchemaIT.java ---
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Fo
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57341237
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/CreateTableIT.java ---
@@ -94,6 +99,8 @@ public void testCreateTable() throws Exception {
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210466#comment-15210466
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57343095
--- Diff:
phoenix-core/src/it/java/org/apache/phoenix/end2end/NamespaceSchemaMappingIT.java
---
@@ -0,0 +1,105 @@
+/*
+ * Licensed to the Apache
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210482#comment-15210482
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
James Taylor created PHOENIX-2795:
-
Summary: Support auto partition for views
Key: PHOENIX-2795
URL: https://issues.apache.org/jira/browse/PHOENIX-2795
Project: Phoenix
Issue Type: Improvemen
[
https://issues.apache.org/jira/browse/PHOENIX-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-2795:
--
Description:
When a view or base table is created, we should have an string
AUTO_PARTITION_SE
[
https://issues.apache.org/jira/browse/PHOENIX-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor updated PHOENIX-2795:
--
Description:
When a view or base table is created, we should have an string
AUTO_PARTITION_SE
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57363423
--- Diff: phoenix-protocol/src/main/MetaDataService.proto ---
@@ -72,6 +79,12 @@ message GetFunctionsRequest {
optional int32 clientVersion = 5;
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210699#comment-15210699
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210709#comment-15210709
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57364562
--- Diff: phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java
---
@@ -825,9 +825,27 @@ protected static void ensureTableCreated(String url,
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57364814
--- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PTable.java
---
@@ -341,4 +345,13 @@ public static LinkType fromSerializedValue(byte
seri
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210712#comment-15210712
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57371542
--- Diff: phoenix-core/src/main/java/org/apache/phoenix/parse/PSchema.java
---
@@ -0,0 +1,86 @@
+/*
+ * Licensed to the Apache Software Foundatio
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210778#comment-15210778
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57371653
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java ---
@@ -544,7 +556,28 @@ private MetaDataMutationResult updateCache(PN
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210782#comment-15210782
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57371949
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -1115,6 +1212,24 @@ private PFunction
loadFunction
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210788#comment-15210788
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57372367
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java ---
@@ -3301,4 +3356,86 @@ private PTable getParentOfView(PTable view)
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210792#comment-15210792
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57372836
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/schema/PSchemaKey.java ---
@@ -0,0 +1,67 @@
+/*
--- End diff --
Where is this us
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210800#comment-15210800
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57373091
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
---
@@ -634,15 +642,19 @@ private PMetaData metaDataMutat
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210803#comment-15210803
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210810#comment-15210810
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57373401
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
---
@@ -958,6 +973,32 @@ private boolean allowOnlineTable
Github user samarthjain commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/153#discussion_r57373598
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
---
@@ -958,6 +973,32 @@ private boolean allowOnlineTable
[
https://issues.apache.org/jira/browse/PHOENIX-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210813#comment-15210813
]
ASF GitHub Bot commented on PHOENIX-1311:
-
Github user samarthjain commented on
Hi All,
Here I am sharing my proposal:
https://docs.google.com/document/d/1Mvcae5JLws_ivpiWP8PuAqUhA27k1H_I9_OVEhJTzOY/edit?usp=sharing
Ideas are welcome!
On Thu, Mar 24, 2016 at 10:47 AM, Ayola Jayamaha
wrote:
> Thanks Jesse,
>
> For you ideas, Yes we can more focus in to zipkin
>
> On Thu, M
[
https://issues.apache.org/jira/browse/PHOENIX-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211035#comment-15211035
]
Haoran Zhang commented on PHOENIX-2405:
---
Dear [~jamestaylor]
Thanks for your advi
[
https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211063#comment-15211063
]
Biju Nair edited comment on PHOENIX-2783 at 3/24/16 10:29 PM:
50 matches
Mail list logo