[jira] [Commented] (PHOENIX-4797) file not found or file exist exception when create global index use -snaopshot option

2018-07-16 Thread sailingYang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16545989#comment-16545989 ] sailingYang commented on PHOENIX-4797: -- [~jamestaylor] hi,my pull request in github had been

[jira] [Commented] (PHOENIX-2405) Improve performance and stability of server side sort for ORDER BY

2018-07-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16545926#comment-16545926 ] ASF GitHub Bot commented on PHOENIX-2405: - Github user solzy commented on the issue:

[GitHub] phoenix issue #308: Client-side hash aggregation

2018-07-16 Thread solzy
Github user solzy commented on the issue: https://github.com/apache/phoenix/pull/308 *@JamesRTaylor * Thanks for your clarify. Yun Zhang Best regards! 2018-07-17 6:18 GMT+08:00 James Taylor : >

[jira] [Updated] (PHOENIX-4815) support alter table modify column

2018-07-16 Thread Jaanai Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jaanai Zhang updated PHOENIX-4815: -- Description: if we want to change max length or scale of fields of variable length type(

[GitHub] phoenix pull request #308: Client-side hash aggregation

2018-07-16 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/308#discussion_r202842452 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/ClientHashAggregatingResultIterator.java --- @@ -0,0 +1,155 @@ +/* + *

[ANNOUNCE] No more releases for Phoenix 0.98 and 1.1 branches

2018-07-16 Thread Vincent Poon
This is an announcement that 4.x-HBase-0.98 and 4.x-HBase-1.1 will no longer be maintained, as per the vote[1]. Thanks, The Apache Phoenix Team [1] http://mail-archives.apache.org/mod_mbox/phoenix-dev/201807.mbox/%3CCAHBoBrUALp0f3aSA%2BrFJ7c6mjEhgooVZyqpkRdvO9mRXE70jbw%40mail.gmail.com%3E

Re: [VOTE] stop minor releases for 0.98 and 1.1

2018-07-16 Thread Vincent Poon
The vote is now closed and passes with 5 binding +1s and no 0 or -1 votes. Phoenix 4.x-HBase-0.98 and 4.x-HBase-1.1 are now EOL and will no longer be maintained going forward. On Mon, Jul 16, 2018 at 11:18 AM, Vincent Poon wrote: > +1 > > On Wed, Jul 11, 2018 at 4:59 PM, Thomas D'Silva >

Re: [VOTE] stop minor releases for 0.98 and 1.1

2018-07-16 Thread Vincent Poon
+1 On Wed, Jul 11, 2018 at 4:59 PM, Thomas D'Silva wrote: > +1 > > On Tue, Jul 10, 2018 at 1:12 PM, Ankit Singhal > wrote: > > > +1 > > > > On Tue, Jul 10, 2018 at 12:22 PM Josh Elser wrote: > > > > > +1 > > > > > > On 7/9/18 7:03 PM, James Taylor wrote: > > > > +1 > > > > > > > > On Mon, Jul

[jira] [Commented] (PHOENIX-3955) Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables

2018-07-16 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16545547#comment-16545547 ] Chinmay Kulkarni commented on PHOENIX-3955: --- [~jamestaylor] I definitely plan to..just been

[jira] [Created] (PHOENIX-4815) support alter table modify column

2018-07-16 Thread Jaanai Zhang (JIRA)
Jaanai Zhang created PHOENIX-4815: - Summary: support alter table modify column Key: PHOENIX-4815 URL: https://issues.apache.org/jira/browse/PHOENIX-4815 Project: Phoenix Issue Type:

[GitHub] phoenix pull request #308: Client-side hash aggregation

2018-07-16 Thread solzy
Github user solzy commented on a diff in the pull request: https://github.com/apache/phoenix/pull/308#discussion_r202593990 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/iterate/ClientHashAggregatingResultIterator.java --- @@ -0,0 +1,155 @@ +/* + * Licensed to