[jira] [Created] (PHOENIX-3267) Replace use of SELECT null with CAST(null AS )

2016-09-10 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3267: - Summary: Replace use of SELECT null with CAST(null AS ) Key: PHOENIX-3267 URL: https://issues.apache.org/jira/browse/PHOENIX-3267 Project: Phoenix Issue

[jira] [Created] (PHOENIX-3266) Remove usage of bind variables in CREATE TABLE ... SPLIT ON (?,?,?)

2016-09-10 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3266: - Summary: Remove usage of bind variables in CREATE TABLE ... SPLIT ON (?,?,?) Key: PHOENIX-3266 URL: https://issues.apache.org/jira/browse/PHOENIX-3266 Project:

[jira] [Created] (PHOENIX-3265) Surround columns named date with double quotes

2016-09-10 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3265: - Summary: Surround columns named date with double quotes Key: PHOENIX-3265 URL: https://issues.apache.org/jira/browse/PHOENIX-3265 Project: Phoenix Issue

[jira] [Created] (PHOENIX-3264) Allow TRUE and FALSE to be used as literal constants

2016-09-10 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3264: - Summary: Allow TRUE and FALSE to be used as literal constants Key: PHOENIX-3264 URL: https://issues.apache.org/jira/browse/PHOENIX-3264 Project: Phoenix

[jira] [Created] (PHOENIX-3263) Allow comma before CONSTRAINT to be optional

2016-09-10 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3263: - Summary: Allow comma before CONSTRAINT to be optional Key: PHOENIX-3263 URL: https://issues.apache.org/jira/browse/PHOENIX-3263 Project: Phoenix Issue

[GitHub] phoenix issue #192: Phoenix Cursors implementation

2016-09-10 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue: https://github.com/apache/phoenix/pull/192 Thanks for the patch, @anirudha. I like your suggestions, @ankitsinghal. The RVC approach will be limited (as Ankit mentioned it will not work in all the cases) and it will be much harder to

[jira] [Updated] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3174: -- Fix Version/s: 4.8.1 > Make minor upgrade a manual step > >

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15481042#comment-15481042 ] James Taylor commented on PHOENIX-3174: --- bq. Could still make the upgrade from 4.7.0 to 4.8.x

[jira] [Commented] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15481034#comment-15481034 ] James Taylor commented on PHOENIX-3262: --- For simplicity and to match the design for global

[jira] [Commented] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

2016-09-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480923#comment-15480923 ] Lars Hofhansl commented on PHOENIX-3262: PHOENIX-1590 is cool. Note, it takes 17 seconds when

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480910#comment-15480910 ] Lars Hofhansl commented on PHOENIX-3174: Could still make the upgrade from 4.7.0 to 4.8.x

Re: TestIndexWriter hanging on 4.8-HBase-0.98

2016-09-10 Thread Josh Elser
Correction: 4.8 0.98 and 1.0 both hang with JDK8 Threaddump: https://paste.apache.org/Iput Josh Elser wrote: Hrm, maybe this is me just being silly. I forgot that I finally switched my JAVA_HOME to jdk8. Is it not expected that the hbase-0.98 wouldn't be working with JDK8? The 1.x branches

TestIndexWriter hanging on 4.8-HBase-0.98

2016-09-10 Thread Josh Elser
FYI, currently bisect'ing this test hang. I am assuming it affects more than just 4.8-HBase-0.98, just pursuing it on this one branch for now. Will file a JIRA case and ping the author of the offending commit when I get to the bottom of it ;) - Josh

[jira] [Commented] (PHOENIX-3259) Create fat jar for transaction manager

2016-09-10 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480408#comment-15480408 ] Josh Elser commented on PHOENIX-3259: - Even better! I'll hold off on trying to put something

[jira] [Resolved] (PHOENIX-2336) Queries with small case column-names return empty result-set when working with Spark Datasource Plugin

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2336. --- Resolution: Fixed [~jmahonin] - just wanted to confirm this got checked into 4.8 and 4.x

[jira] [Commented] (PHOENIX-3259) Create fat jar for transaction manager

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480391#comment-15480391 ] James Taylor commented on PHOENIX-3259: --- Totally understand, [~elserj]. I think we can hold off on

[jira] [Commented] (PHOENIX-3259) Create fat jar for transaction manager

2016-09-10 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480379#comment-15480379 ] Josh Elser commented on PHOENIX-3259: - bq. I'm not sure I'm fully recovered to take on ripping

[jira] [Commented] (PHOENIX-3159) CachingHTableFactory may close HTable during eviction even if it is getting used for writing by another thread.

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480377#comment-15480377 ] James Taylor commented on PHOENIX-3159: --- Is this ready to go, [~an...@apache.org]? If so, please

[jira] [Commented] (PHOENIX-3162) TableNotFoundException might be thrown when an index dropped while upserting.

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480374#comment-15480374 ] James Taylor commented on PHOENIX-3162: --- This looks fine, [~rajeshbabu]. One question, though, why

[jira] [Updated] (PHOENIX-3167) CREATE TABLE on an existing table resets the HTableMetadata

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3167: -- Fix Version/s: (was: 4.8.1) 4.9.0 > CREATE TABLE on an existing table

[jira] [Commented] (PHOENIX-3167) CREATE TABLE on an existing table resets the HTableMetadata

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480366#comment-15480366 ] James Taylor commented on PHOENIX-3167: --- Do we need to do anything here, [~samarthjain]? > CREATE

[jira] [Updated] (PHOENIX-3176) Rows will be skipped which are having future timestamp in row_timestamp column

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3176: -- Fix Version/s: (was: 4.8.1) 4.9.0 > Rows will be skipped which are

[jira] [Commented] (PHOENIX-3175) Unnecessary UGI proxy user impersonation check

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480360#comment-15480360 ] James Taylor commented on PHOENIX-3175: --- Would you have some cycles to check this in, [~elserj]?

[jira] [Updated] (PHOENIX-3209) Ensure scans run at specific server timestamp for UPSERT SELECT to same table

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3209: -- Fix Version/s: 4.9.0 > Ensure scans run at specific server timestamp for UPSERT SELECT to

[jira] [Updated] (PHOENIX-3209) Ensure scans run at specific server timestamp for UPSERT SELECT to same table

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3209: -- Summary: Ensure scans run at specific server timestamp for UPSERT SELECT to same table (was:

[jira] [Updated] (PHOENIX-3209) Ensure scans run at latest server timestamp for UPSERT SELECT to same table

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3209: -- Fix Version/s: (was: 4.8.1) (was: 4.9.0) > Ensure scans run at

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480313#comment-15480313 ] James Taylor commented on PHOENIX-3174: --- Marked this for 4.9.0 - we don't need it in 4.8.1 because

[jira] [Updated] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3174: -- Fix Version/s: 4.9.0 > Make minor upgrade a manual step > >

[jira] [Commented] (PHOENIX-3072) Deadlock on region opening with secondary index recovery

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480286#comment-15480286 ] James Taylor commented on PHOENIX-3072: --- Ping, [~enis]. We'd like to cut an RC for 4.8.1 next

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480226#comment-15480226 ] James Taylor commented on PHOENIX-3174: --- But we do run SQL when we're upgrading, though not all

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15480207#comment-15480207 ] James Taylor commented on PHOENIX-3174: --- So I think in this case you wouldn't have the no upgrade

[jira] [Comment Edited] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15479382#comment-15479382 ] James Taylor edited comment on PHOENIX-3262 at 9/10/16 5:50 PM: There's

[jira] [Updated] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-3174: -- Attachment: PHOENIX-3174_v2.patch Thanks for reviewing, [~jamestaylor]. I have updated the

[GitHub] phoenix pull request #208: PHOENIX-3046 `NOT LIKE '%'` unexpectedly returns ...

2016-09-10 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/208#discussion_r78280999 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/ExpressionCompiler.java --- @@ -523,7 +523,12 @@ public Expression

[jira] [Commented] (PHOENIX-3046) `NOT LIKE '%'` unexpectedly returns results

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

[jira] [Commented] (PHOENIX-3046) `NOT LIKE '%'` unexpectedly returns results

2016-09-10 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15479742#comment-15479742 ] Julian Hyde commented on PHOENIX-3046: -- According to the standard, {{LIKE}} and {{NOT LIKE}} will

[jira] [Commented] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15479382#comment-15479382 ] James Taylor commented on PHOENIX-3262: --- We created the entire index in ~17 seconds. Why wouldn't

[jira] [Commented] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15479309#comment-15479309 ] James Taylor commented on PHOENIX-3174: --- Can we hide the properties from the user and have a new

[jira] [Commented] (PHOENIX-3262) When dropping a local index, delete the column family instead of individual rows.

2016-09-10 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15479284#comment-15479284 ] Lars Hofhansl commented on PHOENIX-3262: Hmm... I thought we have a column family per local

[jira] [Updated] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-3174: -- Attachment: PHOENIX-3174.patch Patch that provides the capability to prevent auto-upgrade

[jira] [Assigned] (PHOENIX-3174) Make minor upgrade a manual step

2016-09-10 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain reassigned PHOENIX-3174: - Assignee: Samarth Jain > Make minor upgrade a manual step >