Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread James Taylor
We can actually just set the pom version and version in MetaDataProtocol to 4.4.0 now if we want. On Tuesday, March 24, 2015, James Taylor jamestay...@apache.org wrote: True, good point. We can revert those right after we branch in prep for a 4.4 release on 1.0. On Tuesday, March 24, 2015,

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread Enis Söztutar
On Tue, Mar 24, 2015 at 11:02 PM, James Taylor jamestay...@apache.org wrote: The master branch already includes PHOENIX-1642, so we just keep it there. No need to revert anything or cherry-pick anything. Every commit being done to 4.x-HBase-1.x is being done for master (that's why it's just

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379353#comment-14379353 ] James Taylor commented on PHOENIX-1457: --- The pull looks great, [~tdsilva]. Is

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread James Taylor
The master branch already includes PHOENIX-1642, so we just keep it there. No need to revert anything or cherry-pick anything. Every commit being done to 4.x-HBase-1.x is being done for master (that's why it's just wasted overhead until it's needed). Your plan sounds fine, except this step isn't

[jira] [Commented] (PHOENIX-1550) Freeze and thaw Phoenix tables

2015-03-25 Thread Sun Fulin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379397#comment-14379397 ] Sun Fulin commented on PHOENIX-1550: [~maghamraviki...@gmail.com] Any progress ?

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread James Taylor
True, good point. We can revert those right after we branch in prep for a 4.4 release on 1.0. On Tuesday, March 24, 2015, Enis Söztutar e...@apache.org wrote: On Tue, Mar 24, 2015 at 11:02 PM, James Taylor jamestay...@apache.org javascript:_e(%7B%7D,'cvml','jamestay...@apache.org'); wrote:

[GitHub] phoenix pull request: PHOENIX-1722 Speedup CONVERT_TZ function

2015-03-25 Thread tzolkincz
Github user tzolkincz commented on the pull request: https://github.com/apache/phoenix/pull/42#issuecomment-85911379 Yes, it should be thread safe but we could consider to use same lib for timezones and same caching mechanism. So if you are for duplication of

[jira] [Commented] (PHOENIX-1118) Provide a tool for visualizing Phoenix tracing information

2015-03-25 Thread Nishani (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379514#comment-14379514 ] Nishani commented on PHOENIX-1118: --- Hi All, What will be the most preferred way you

[jira] [Issue Comment Deleted] (PHOENIX-1118) Provide a tool for visualizing Phoenix tracing information

2015-03-25 Thread Nishani (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nishani updated PHOENIX-1118: -- Comment: was deleted (was: Hi Rajeshbabu, Thanks for the reply. It helps clarify the matter which I

[GitHub] phoenix pull request: PHOENIX-1722 Speedup CONVERT_TZ function

2015-03-25 Thread gabrielreid
Github user gabrielreid commented on the pull request: https://github.com/apache/phoenix/pull/42#issuecomment-85937432 Making it more abstract and not having duplication of code definitely sounds like the way to go, if you're up for doing that it would be great. --- If your project

[jira] [Commented] (PHOENIX-1722) Speedup CONVERT_TZ function

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379474#comment-14379474 ] ASF GitHub Bot commented on PHOENIX-1722: - Github user tzolkincz commented on

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-25 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379505#comment-14379505 ] Shuxiong Ye commented on PHOENIX-1287: -- OK. 1. I get some trouble in performance

[jira] [Issue Comment Deleted] (PHOENIX-1118) Provide a tool for visualizing Phoenix tracing information

2015-03-25 Thread Nishani (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nishani updated PHOENIX-1118: -- Comment: was deleted (was: Hi Rajeshbabu, Thanks for the reply. It helps clarify the matter which I

[jira] [Commented] (PHOENIX-1722) Speedup CONVERT_TZ function

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379521#comment-14379521 ] ASF GitHub Bot commented on PHOENIX-1722: - Github user gabrielreid commented on

[jira] [Commented] (PHOENIX-1722) Speedup CONVERT_TZ function

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14379416#comment-14379416 ] ASF GitHub Bot commented on PHOENIX-1722: - Github user gabrielreid commented on

[GitHub] phoenix pull request: PHOENIX-1722 Speedup CONVERT_TZ function

2015-03-25 Thread gabrielreid
Github user gabrielreid commented on the pull request: https://github.com/apache/phoenix/pull/42#issuecomment-85894438 I don't think it's the same issue in TIMEZONE_OFFSET because the timezone cache isn't static, so (as far as I know) it will only be accessed by a single thread. That

how to add UDF

2015-03-25 Thread 孟庆义(孟庆义)
Hi, Dears: Is there any guide doc that showing how to add an UDF? And does that will cause re-deploy the server side jar? Dainel meng

Re: how to add UDF

2015-03-25 Thread Ravi Kiran
Hi Dainel, You can follow the progress of it at https://issues.apache.org/jira/browse/PHOENIX-538. Regards Ravi On Wed, Mar 25, 2015 at 2:33 AM, 孟庆义(孟庆义) qingyi@alibaba-inc.com wrote: Hi, Dears: Is there any guide doc that showing how to add an UDF? And does that will cause

[jira] [Commented] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380177#comment-14380177 ] Gabriel Reid commented on PHOENIX-1770: --- Patch looks pretty good -- one thing I'm

[jira] [Commented] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380211#comment-14380211 ] Mark Tse commented on PHOENIX-1770: --- Makes sense. I'm thinking return on first error?

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380305#comment-14380305 ] Thomas D'Silva commented on PHOENIX-1457: - [~jamestaylor] I think this patch is

[jira] [Comment Edited] (PHOENIX-1705) implement ARRAY_APPEND built in function

2015-03-25 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380168#comment-14380168 ] ramkrishna.s.vasudevan edited comment on PHOENIX-1705 at 3/25/15 4:31 PM:

[jira] [Created] (PHOENIX-1775) [build] implement style checks for java and python

2015-03-25 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created PHOENIX-1775: - Summary: [build] implement style checks for java and python Key: PHOENIX-1775 URL: https://issues.apache.org/jira/browse/PHOENIX-1775 Project: Phoenix

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27151502 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/PhoenixRpcControllerFactory.java --- @@ -26,52 +26,57 @@ import

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27153366 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/ipc/PhoenixRpcSchedulerFactory.java --- @@ -62,30 +62,59 @@ public RpcScheduler

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27153852 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PhoenixRpcIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the Apache Software

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27154463 --- Diff: phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java --- @@ -40,28 +40,34 @@ private static final int

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27158033 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/ipc/PhoenixRpcSchedulerFactory.java --- @@ -62,30 +62,59 @@ public RpcScheduler

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380609#comment-14380609 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380468#comment-14380468 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380475#comment-14380475 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27153585 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PhoenixRpcIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380489#comment-14380489 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380492#comment-14380492 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27154220 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/ipc/PhoenixRpcSchedulerFactory.java --- @@ -62,30 +62,59 @@ public RpcScheduler

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380545#comment-14380545 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380562#comment-14380562 ] Mark Tse commented on PHOENIX-1770: --- Done. I decided to leave the file clean-up for

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380494#comment-14380494 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27153823 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PhoenixRpcIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380515#comment-14380515 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27151905 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/PhoenixRpcControllerFactory.java --- @@ -26,52 +26,57 @@ import

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380452#comment-14380452 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user twdsilva commented on a

[jira] [Commented] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380499#comment-14380499 ] Gabriel Reid commented on PHOENIX-1770: --- Yes, returning on first non-zero exit

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27154098 --- Diff: phoenix-core/src/main/java/org/apache/hadoop/hbase/ipc/PhoenixRpcScheduler.java --- @@ -40,28 +40,34 @@ private static final int

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380512#comment-14380512 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380539#comment-14380539 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27151696 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/hbase/index/ipc/PhoenixRpcSchedulerFactory.java --- @@ -62,30 +62,59 @@ public RpcScheduler

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380447#comment-14380447 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: PHOENIX-1457 Use high priority queue for met...

2015-03-25 Thread jyates
Github user jyates commented on a diff in the pull request: https://github.com/apache/phoenix/pull/55#discussion_r27153449 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/PhoenixRpcIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380522#comment-14380522 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user JamesRTaylor commented on

[jira] [Updated] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Tse updated PHOENIX-1770: -- Attachment: (was: PHOENIX-1770.patch) psql.py returns 0 even if an error has occurred

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread Enis Söztutar
Ok great. I'll continue with the plan then. I'll send an update again for devs to notify about the end state as not every one might be following closely. Enis On Tue, Mar 24, 2015 at 11:13 PM, James Taylor jamestay...@apache.org wrote: We can actually just set the pom version and version in

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380497#comment-14380497 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380509#comment-14380509 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[jira] [Commented] (PHOENIX-1457) Use high priority queue for metadata endpoint calls

2015-03-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380508#comment-14380508 ] ASF GitHub Bot commented on PHOENIX-1457: - Github user jyates commented on a

[jira] [Commented] (PHOENIX-1756) Add Month() and Second() buildin functions

2015-03-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380541#comment-14380541 ] James Taylor commented on PHOENIX-1756: --- +1. [~rajeshbabu] - would you mind

[jira] [Updated] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Tse updated PHOENIX-1770: -- Attachment: PHOENIX-1770.patch psql.py returns 0 even if an error has occurred

[jira] [Updated] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Tse updated PHOENIX-1770: -- Attachment: PHOENIX-1770.patch psql.py returns 0 even if an error has occurred

[jira] [Updated] (PHOENIX-1770) psql.py returns 0 even if an error has occurred

2015-03-25 Thread Mark Tse (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Tse updated PHOENIX-1770: -- Attachment: (was: PHOENIX-1770.patch) psql.py returns 0 even if an error has occurred

Last call for 4.3.1 JIRAs

2015-03-25 Thread Samarth Jain
We are planning on cutting release candidate for 4.3.1 by tomorrow morning. As of now we have the following JIRAs targeted for 4.3.1 that are in progress: https://issues.apache.org/jira/browse/PHOENIX-1457 https://issues.apache.org/jira/browse/PHOENIX-1770 Let us know if there is any other work

[jira] [Commented] (PHOENIX-1756) Add Month() and Second() buildin functions

2015-03-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380775#comment-14380775 ] Hudson commented on PHOENIX-1756: - FAILURE: Integrated in Phoenix-master #636 (See

[jira] [Updated] (PHOENIX-385) Support negative literal directly

2015-03-25 Thread Dave Hacker (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Hacker updated PHOENIX-385: Attachment: Phoenix-358.patch Support negative literal directly

[jira] [Updated] (PHOENIX-1776) The literal -1.0 (floating point) should not be converted to -1 (Integer)

2015-03-25 Thread Dave Hacker (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Hacker updated PHOENIX-1776: - Attachment: Phoenix-1776.patch The literal -1.0 (floating point) should not be converted to -1

[jira] [Updated] (PHOENIX-1776) The literal -1.0 (floating point) should not be converted to -1 (Integer)

2015-03-25 Thread Dave Hacker (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Hacker updated PHOENIX-1776: - Description: CREATE TABLE test ( id VARCHAR not null primary key, name VARCHAR, lat

[jira] [Resolved] (PHOENIX-1778) Change pom and MetaDataProtocol version to 4.4.0 in master

2015-03-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-1778. --- Resolution: Fixed Change pom and MetaDataProtocol version to 4.4.0 in master

[jira] [Created] (PHOENIX-1778) Change pom and MetaDataProtocol version to 4.4.0 in master

2015-03-25 Thread James Taylor (JIRA)
James Taylor created PHOENIX-1778: - Summary: Change pom and MetaDataProtocol version to 4.4.0 in master Key: PHOENIX-1778 URL: https://issues.apache.org/jira/browse/PHOENIX-1778 Project: Phoenix

[jira] [Updated] (PHOENIX-385) Support negative literal directly

2015-03-25 Thread Dave Hacker (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Hacker updated PHOENIX-385: Attachment: (was: Phoenix-358.patch) Support negative literal directly

[jira] [Commented] (PHOENIX-1776) The literal -1.0 (floating point) should not be converted to -1 (Integer)

2015-03-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380863#comment-14380863 ] James Taylor commented on PHOENIX-1776: --- +1 The literal -1.0 (floating point)

[jira] [Commented] (PHOENIX-1778) Change pom and MetaDataProtocol version to 4.4.0 in master

2015-03-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14380981#comment-14380981 ] Hudson commented on PHOENIX-1778: - FAILURE: Integrated in Phoenix-master #637 (See

[jira] [Created] (PHOENIX-1777) Allow adding built in functions in patch releases

2015-03-25 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-1777: - Summary: Allow adding built in functions in patch releases Key: PHOENIX-1777 URL: https://issues.apache.org/jira/browse/PHOENIX-1777 Project: Phoenix

[jira] [Updated] (PHOENIX-1778) Change pom and MetaDataProtocol version to 4.4.0 in master

2015-03-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1778: -- Attachment: PHOENIX-1778.patch Change pom and MetaDataProtocol version to 4.4.0 in master

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread James Taylor
Sounds like a plan. I changed the pom and MetaDataProtocol version to 4.4.0 on master, so we're all set there. If you could look at why our master build is failing, that'd be good. Looks like the 1.0.1-SNAPSHOT build is messed up. We're getting this exception for every unit test: Caused by:

[jira] [Comment Edited] (PHOENIX-1580) Support UNION ALL

2015-03-25 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14378940#comment-14378940 ] Alicia Ying Shu edited comment on PHOENIX-1580 at 3/25/15 11:40 PM:

[jira] [Commented] (PHOENIX-1731) Add getNextIndexedKey() to IndexHalfStoreFileReader and FilteredKeyValueScanner

2015-03-25 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14381157#comment-14381157 ] Enis Soztutar commented on PHOENIX-1731: This seems committed. [~lhofhansl] do

Re: [IMPORTANT] Some changes to branches and releases for 4.4+

2015-03-25 Thread Enis Söztutar
Seems related to https://issues.apache.org/jira/browse/PHOENIX-1731. 1.0.1-SNAPSHOT did not contain https://issues.apache.org/jira/browse/HBASE-13109. The current one does, which requires another change since the method signature is different between 0.98 patch and 1.0 patch. I have pushed an

[jira] [Commented] (PHOENIX-1642) Make Phoenix Master Branch pointing to HBase1.0.0

2015-03-25 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14381181#comment-14381181 ] Hudson commented on PHOENIX-1642: - ABORTED: Integrated in Phoenix-master #638 (See

[jira] [Created] (PHOENIX-1776) The literal -1.0 (floating point) should not be converted to -1 (Integer)

2015-03-25 Thread Dave Hacker (JIRA)
Dave Hacker created PHOENIX-1776: Summary: The literal -1.0 (floating point) should not be converted to -1 (Integer) Key: PHOENIX-1776 URL: https://issues.apache.org/jira/browse/PHOENIX-1776 Project: