[jira] [Commented] (PHOENIX-2244) fix rat violations

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020593#comment-15020593 ] James Taylor commented on PHOENIX-2244: --- [~ndimiduk] - please advise. > fix rat violations >

[jira] [Updated] (PHOENIX-1351) LIKE is not working when the column value contains LINE FEED

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1351: -- Fix Version/s: (was: 4.7.0) > LIKE is not working when the column value contains LINE

[jira] [Updated] (PHOENIX-1955) Phoenix create table with salt_bucket,then csvload data,index table is null

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1955: -- Fix Version/s: (was: 4.7.0) > Phoenix create table with salt_bucket,then csvload

[jira] [Updated] (PHOENIX-2443) Different error on same structure min/max query

2015-11-21 Thread Nick Hryhoriev (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Hryhoriev updated PHOENIX-2443: Description: I have table CREATE TABLE ec.auto_data_year( cf.date timestamp, cf.state

[jira] [Comment Edited] (PHOENIX-2244) fix rat violations

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020593#comment-15020593 ] James Taylor edited comment on PHOENIX-2244 at 11/21/15 6:24 PM: -

[jira] [Resolved] (PHOENIX-2359) Configuration for PQS to use Protobuf serialization instead of JSON

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2359. --- Resolution: Fixed Thanks for the improvements here, [~elserj]. This has been committed to

[jira] [Resolved] (PHOENIX-2176) JDBC AutoCommit is true, but can not AutoCommit the UPSERT

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2176. --- Resolution: Not A Problem Fix Version/s: (was: 4.7.0) Looks to be already fixed.

[jira] [Updated] (PHOENIX-22) Explicitly declare views as read-only or updatable

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-22: Fix Version/s: (was: 4.7.0) > Explicitly declare views as read-only or updatable >

[jira] [Updated] (PHOENIX-1671) Add CommitException.getBindParametersAtIndex(int index)

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1671: -- Fix Version/s: (was: 4.7.0) > Add CommitException.getBindParametersAtIndex(int index) >

[GitHub] phoenix pull request: PHOENIX-1674 Snapshot isolation transaction ...

2015-11-21 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/131#discussion_r45548701 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java --- @@ -1222,7 +1228,7 @@ public void

Re: jira cleanup

2015-11-21 Thread James Taylor
One small issue is that I see a number of JIRAs that are marked with a fixVersion of 4.7.0 but have not yet been fixed. We typically only set the fixVersion when a fix has been committed. I'll go through these are clear this field out for unresolved issues. Thanks, James On Fri, Nov 20, 2015 at

[jira] [Updated] (PHOENIX-1949) NPE while inserting NULL in a VARCHAR array using UPSERT stmt

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1949: -- Attachment: PVarcharFix.patch [~ram_krish] - can you try your test changes and this fix

[jira] [Updated] (PHOENIX-2443) Different error on same structure min/max query

2015-11-21 Thread Nick Hryhoriev (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Hryhoriev updated PHOENIX-2443: Description: I have table CREATE TABLE ec.auto_data_year( cf.date timestamp, cf.state

[jira] [Updated] (PHOENIX-2443) Different error on same structure min/max query

2015-11-21 Thread Nick Hryhoriev (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Hryhoriev updated PHOENIX-2443: Description: I have table CREATE TABLE ec.auto_data_year( cf.date timestamp, cf.state

[jira] [Created] (PHOENIX-2443) Different error on same structure min/max query

2015-11-21 Thread Nick Hryhoriev (JIRA)
Nick Hryhoriev created PHOENIX-2443: --- Summary: Different error on same structure min/max query Key: PHOENIX-2443 URL: https://issues.apache.org/jira/browse/PHOENIX-2443 Project: Phoenix

[jira] [Updated] (PHOENIX-1949) NPE while inserting NULL in a VARCHAR array using UPSERT stmt

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1949: -- Fix Version/s: (was: 4.7.0) > NPE while inserting NULL in a VARCHAR array using UPSERT

[jira] [Updated] (PHOENIX-2387) Phoenix sandbox doesn't launch

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2387: -- Fix Version/s: (was: 4.7.0) > Phoenix sandbox doesn't launch >

[jira] [Commented] (PHOENIX-2387) Phoenix sandbox doesn't launch

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020599#comment-15020599 ] James Taylor commented on PHOENIX-2387: --- +1 > Phoenix sandbox doesn't launch >

[jira] [Updated] (PHOENIX-2442) Update release guide

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2442: -- Fix Version/s: (was: 4.7.0) > Update release guide > > >

[jira] [Resolved] (PHOENIX-1673) Allow tenant ID to be of any integral data type

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-1673. --- Resolution: Fixed > Allow tenant ID to be of any integral data type >

[jira] [Updated] (PHOENIX-1673) Allow tenant ID to be of any integral data type

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1673: -- Fix Version/s: (was: 4.7.0) 4.6.0 > Allow tenant ID to be of any

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

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1118: -- Fix Version/s: (was: 4.7.0) > Provide a tool for visualizing Phoenix tracing information

[jira] [Commented] (PHOENIX-1674) Snapshot isolation transaction support through Tephra

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

[jira] [Updated] (PHOENIX-2244) fix rat violations

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2244: -- Fix Version/s: (was: 4.7.0) > fix rat violations > -- > >

[jira] [Updated] (PHOENIX-2051) Link record is in the format CHILD-PARENT for phoenix views and it has to scan the entire table to find the parent suffix.

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2051: -- Issue Type: Sub-task (was: Bug) Parent: PHOENIX-1508 > Link record is in the format

[jira] [Updated] (PHOENIX-2051) Link record is in the format CHILD-PARENT for phoenix views and it has to scan the entire table to find the parent suffix.

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2051: -- Fix Version/s: (was: 4.7.0) > Link record is in the format CHILD-PARENT for phoenix views

[jira] [Comment Edited] (PHOENIX-2422) Differentiate between null and empty string

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15007775#comment-15007775 ] James Taylor edited comment on PHOENIX-2422 at 11/22/15 5:09 AM: - Works

[jira] [Updated] (PHOENIX-2422) Differentiate between null and empty string

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2422: -- Issue Type: Improvement (was: Bug) Summary: Differentiate between null and empty

[ANNOUNCE] Thomas D'Silva added to Apache Phoenix PMC

2015-11-21 Thread James Taylor
On behalf of the Apache Phoenix PMC, I'm pleased to announce that Thomas D'Silva has accepted our invitation to become a member of the Apache Phoenix project management committee (PMC). Most recently, he's been busy integrating transaction support into Phoenix in a massive 100+ file pull

[jira] [Commented] (PHOENIX-1953) Sub Query do bot work for *(all column)

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020841#comment-15020841 ] James Taylor commented on PHOENIX-1953: --- Oops, sorry about that [~hryhoriev.nick] - this is a

[jira] [Closed] (PHOENIX-1953) Sub Query do not work for *(all column)

2015-11-21 Thread Nick Hryhoriev (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Hryhoriev closed PHOENIX-1953. --- Thanks for link to Duplicate issue, just strange, that duplicate bug have higher number, than

[jira] [Comment Edited] (PHOENIX-1953) Sub Query do not work for *(all column)

2015-11-21 Thread Nick Hryhoriev (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020888#comment-15020888 ] Nick Hryhoriev edited comment on PHOENIX-1953 at 11/22/15 7:31 AM: ---

[jira] [Updated] (PHOENIX-1953) Sub Query do not work for *(all column)

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1953: -- Summary: Sub Query do not work for *(all column) (was: Sub Query do bot work for *(all

[jira] [Comment Edited] (PHOENIX-2424) Support multi-byte characters in CHAR data type

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15007770#comment-15007770 ] James Taylor edited comment on PHOENIX-2424 at 11/22/15 5:29 AM: - This

[jira] [Commented] (PHOENIX-2387) Phoenix sandbox doesn't launch

2015-11-21 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020687#comment-15020687 ] Hudson commented on PHOENIX-2387: - SUCCESS: Integrated in Phoenix-master #975 (See

[jira] [Resolved] (PHOENIX-2387) Phoenix sandbox doesn't launch

2015-11-21 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid resolved PHOENIX-2387. --- Resolution: Fixed Fix Version/s: 4.7.0 Addendum pushed to master & 4.x branches. >

[jira] [Commented] (PHOENIX-2443) Different error on same structure min/max query

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15020839#comment-15020839 ] James Taylor commented on PHOENIX-2443: --- For (2), as the error messages says, we don't support

[jira] [Reopened] (PHOENIX-2424) Support multi-byte characters in CHAR data type

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reopened PHOENIX-2424: --- > Support multi-byte characters in CHAR data type >

[jira] [Updated] (PHOENIX-2424) Support multi-byte characters in CHAR data type

2015-11-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2424: -- Issue Type: Improvement (was: Bug) Summary: Support multi-byte characters in CHAR data