[jira] [Commented] (PHOENIX-3547) Promote CATALOG.VIEW_INDEX_ID to an int

2018-03-16 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402186#comment-16402186 ] James Taylor commented on PHOENIX-3547: --- You'd need to dip under the covers and run an UPSERT

Re: [IP-CLEARANCE] Phoenix: "Python PhoenixDb"

2018-03-16 Thread Josh Elser
On 3/15/18 9:49 PM, Craig Russell wrote: Hi John, On Mar 15, 2018, at 10:14 AM, John D. Ament wrote: Josh, I can't find anything referencing Mark Heppner in the code base. Where did the name come from?

[jira] [Commented] (PHOENIX-4643) Implement ARRAY_REMOVE built in function

2018-03-16 Thread Xavier Jodoin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16401935#comment-16401935 ] Xavier Jodoin commented on PHOENIX-4643: [~jamestaylor] Is it ready to be merge? > Implement

Re: [IP-CLEARANCE] Phoenix: "Python PhoenixDb"

2018-03-16 Thread Craig Russell
Hi Josh, When you get a chance, please update the index page http://incubator.apache.org/ip-clearance/ Thanks, Craig > On Mar 15, 2018, at 10:10 AM, Josh Elser wrote: > > The Apache Phoenix PMC has completed the IP Clearance to adopt the > Python-based driver to the

[jira] [Updated] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4505: Attachment: PHOENIX-4505-v3.patch > IndexHalfStoreFileReaderGenerator.preStoreScannerOpen

Re: [IP-CLEARANCE] Phoenix: "Python PhoenixDb"

2018-03-16 Thread John D. Ament
Yeah, its just a bit weird. The IP clearance mentions he's a copyright holder, but the file headers don't mention that. Its fine either way. On Fri, Mar 16, 2018 at 1:23 PM Josh Elser wrote: > > > On 3/15/18 9:49 PM, Craig Russell wrote: > > Hi John, > > > > > >> On Mar 15,

[jira] [Commented] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402462#comment-16402462 ] Thomas D'Silva commented on PHOENIX-4505: - [~jamestaylor] I forgot to close the scanner thats

[jira] [Commented] (PHOENIX-4643) Implement ARRAY_REMOVE built in function

2018-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402641#comment-16402641 ] ASF GitHub Bot commented on PHOENIX-4643: - Github user JamesRTaylor commented on a diff in the

[jira] [Commented] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402616#comment-16402616 ] James Taylor commented on PHOENIX-4505: --- +1 >

[GitHub] phoenix pull request #294: PHOENIX-4643 Implement ARRAY_REMOVE built in func...

2018-03-16 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/294#discussion_r175225898 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayRemoveFunctionIT.java --- @@ -0,0 +1,425 @@ +/* + * Licensed to the Apache

[GitHub] phoenix pull request #294: PHOENIX-4643 Implement ARRAY_REMOVE built in func...

2018-03-16 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/294#discussion_r175225740 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayRemoveFunctionIT.java --- @@ -0,0 +1,425 @@ +/* + * Licensed to the Apache

[jira] [Commented] (PHOENIX-4643) Implement ARRAY_REMOVE built in function

2018-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402640#comment-16402640 ] ASF GitHub Bot commented on PHOENIX-4643: - Github user JamesRTaylor commented on a diff in the

[jira] [Commented] (PHOENIX-4643) Implement ARRAY_REMOVE built in function

2018-03-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402642#comment-16402642 ] ASF GitHub Bot commented on PHOENIX-4643: - Github user JamesRTaylor commented on a diff in the

[GitHub] phoenix pull request #294: PHOENIX-4643 Implement ARRAY_REMOVE built in func...

2018-03-16 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/294#discussion_r175226865 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayRemoveFunctionIT.java --- @@ -0,0 +1,425 @@ +/* + * Licensed to the Apache

[jira] [Commented] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16402554#comment-16402554 ] Thomas D'Silva commented on PHOENIX-4505: - Attaching last patch (hopefully), I added a null

[jira] [Updated] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4505: Attachment: PHOENIX-4505-v4-5.x-HBase-2.0.patch

Re: Expanding Phoenix support to additional versions of CDH

2018-03-16 Thread Flavio Pompermaier
Thnaks Pedro for the great effort! On Mon, 12 Mar 2018, 05:19 James Taylor, wrote: > This sounds great to me, Pedro. > Thanks! > James > > On Sun, Mar 11, 2018 at 3:30 PM Pedro Boado wrote: > > > I've just confirmed that changes required for

[jira] [Commented] (PHOENIX-4579) Add a config to conditionally create Phoenix meta tables on first client connection

2018-03-16 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403082#comment-16403082 ] Chinmay Kulkarni commented on PHOENIX-4579: --- [~tdsilva] [~jamestaylor] when going over  

[jira] [Commented] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403174#comment-16403174 ] Hudson commented on PHOENIX-4505: - SUCCESS: Integrated in Jenkins build Phoenix-4.x-HBase-0.98 #1836

[jira] [Created] (PHOENIX-4658) IllegalStateException: requestSeek cannot be called on ReversedKeyValueHeap

2018-03-16 Thread Toshihiro Suzuki (JIRA)
Toshihiro Suzuki created PHOENIX-4658: - Summary: IllegalStateException: requestSeek cannot be called on ReversedKeyValueHeap Key: PHOENIX-4658 URL: https://issues.apache.org/jira/browse/PHOENIX-4658

[jira] [Commented] (PHOENIX-4505) IndexHalfStoreFileReaderGenerator.preStoreScannerOpen does not close the passed in KeyValueScanner while creating and returning a new scanner

2018-03-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403242#comment-16403242 ] Hudson commented on PHOENIX-4505: - ABORTED: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #64 (See