[jira] [Commented] (PHOENIX-3273) Replace "!=" with "<>" in all test cases

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515608#comment-15515608 ] James Taylor commented on PHOENIX-3273: --- Is it feasible to take the approach that

Re: Skip scan optimization failed for multi pk columns

2016-09-22 Thread James Taylor
Great find, William! Please file a JIRA with a test case and a patch, and we'll get this reviewed and committed. If you're interested and have time, there are a couple more issues related to skip scan that you could take a look at too: PHOENIX-1439, PHOENIX-307, and PHOENIX-1193. Thanks, James O

[jira] [Commented] (PHOENIX-2976) PKs included in index cause ArrayIndexOutOfBoundsException on ScanUtil

2016-09-22 Thread Saurabh Seth (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515497#comment-15515497 ] Saurabh Seth commented on PHOENIX-2976: --- The patch actually includes additional te

[VOTE] The first rc (RC0) for Phoenix 4.8.1 is available

2016-09-22 Thread larsh
Hello Fellow Phoenix'ers, The first RC for Apache Phoenix 4.8.1 is available. This is a patch release for the Phoenix 4.8 release line, compatible with Apache HBase 0.98, 1.0, 1.1 & 1.2. This release fixes the following 43 issues:     [PHOENIX-1367] - VIEW derived from another VIEW doesn't use p

[jira] [Commented] (PHOENIX-3273) Replace "!=" with "<>" in all test cases

2016-09-22 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515401#comment-15515401 ] Maryann Xue commented on PHOENIX-3273: -- The question is whether we should stop supp

[jira] [Resolved] (PHOENIX-3323) make_rc script fails to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved PHOENIX-3323. Resolution: Fixed Fix Version/s: (was: 4.9.0) > make_rc script fails to build t

[jira] [Assigned] (PHOENIX-3323) make_rc script fails to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reassigned PHOENIX-3323: -- Assignee: Lars Hofhansl > make_rc script fails to build the RC >

Skip scan optimization failed for multi pk columns

2016-09-22 Thread William
Hi all, This is a simple scenario, there are two tables: create table t1 (pk integer primary key, a integer); create table t2 (pk1 integer not null, pk2 integer not null, a integer constraint pk primary key (pk1, pk2)); Do the following selects: 1. explain select * from t1 where (p

Re: Architectural Understanding

2016-09-22 Thread James Taylor
On Thu, Sep 22, 2016 at 12:47 PM, John Leach wrote: > Can you validate my understanding? > > 1. Importing Data: Online load via python and offline load via MapReduce. > There are many ways to import data. Since Phoenix stays true to the basic HBase data model, you can import data in any way tha

[jira] [Commented] (PHOENIX-3323) make_rc script fails to build the RC

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515244#comment-15515244 ] Hudson commented on PHOENIX-3323: - SUCCESS: Integrated in Jenkins build Phoenix-4.8-HBas

Architectural Understanding

2016-09-22 Thread John Leach
Can you validate my understanding? 1. Importing Data: Online load via python and offline load via MapReduce. 2. Transactional System: Tephra (Centralized Transactional System based on Yanoo’s Omid) 3. Analytical Engine: HBase Coprocessors and JDBC Server/Client (i.e. where do you do aggregati

[jira] [Commented] (PHOENIX-3273) Replace "!=" with "<>" in all test cases

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515049#comment-15515049 ] James Taylor commented on PHOENIX-3273: --- [~maryannxue] - feel free to make this ch

[jira] [Commented] (PHOENIX-3253) Make changes to tests to support method level parallelization

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15515030#comment-15515030 ] Hudson commented on PHOENIX-3253: - FAILURE: Integrated in Jenkins build Phoenix-master #

[jira] [Updated] (PHOENIX-3273) Replace "!=" with "<>" in all test cases

2016-09-22 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated PHOENIX-3273: - Summary: Replace "!=" with "<>" in all test cases (was: Support "!=" as an alternative to "<>"

[jira] [Updated] (PHOENIX-3323) make_rc script fails to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-3323: --- Summary: make_rc script fails to build the RC (was: make_rc script failes to build the RC)

[jira] [Updated] (PHOENIX-3323) make_rc script failes to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-3323: --- Fix Version/s: 4.8.1 4.9.0 > make_rc script failes to build the RC >

[jira] [Updated] (PHOENIX-3323) make_rc script failes to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-3323: --- Description: cp: will not overwrite just-created '/tmp/phoenix/dev/../release/apache-phoeni

[jira] [Created] (PHOENIX-3323) make_rc script failes to build the RC

2016-09-22 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created PHOENIX-3323: -- Summary: make_rc script failes to build the RC Key: PHOENIX-3323 URL: https://issues.apache.org/jira/browse/PHOENIX-3323 Project: Phoenix Issue Type: Bug

[jira] [Updated] (PHOENIX-3253) Make changes to tests to support method level parallelization

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3253: -- Attachment: PHOENIX-3253_addendum3.patch Rename method to generate unique table names and have

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514860#comment-15514860 ] Hudson commented on PHOENIX-3307: - SUCCESS: Integrated in Jenkins build Phoenix-4.8-HBas

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514841#comment-15514841 ] Hudson commented on PHOENIX-3307: - SUCCESS: Integrated in Jenkins build Phoenix-master #

tracking progress of calcite branch

2016-09-22 Thread James Taylor
For those of you interested in tracking the progress of the Phoenix Calcite integration we're doing over on the calcite branch, you can monitor the automatic Jenkins builds we do with each check-in here: https://builds.apache.org/job/Phoenix-calcite/ For example, the last check-in reduced the fail

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

2016-09-22 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514734#comment-15514734 ] Maryann Xue commented on PHOENIX-3264: -- Thank you, [~julianhyde], for the solution!

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514729#comment-15514729 ] James Taylor commented on PHOENIX-3174: --- bq. FWIW, this is a 4.9 feature. So you w

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

2016-09-22 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514727#comment-15514727 ] Mujtaba Chohan commented on PHOENIX-3174: - Restart didn't help. > Make minor up

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

2016-09-22 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514721#comment-15514721 ] Samarth Jain commented on PHOENIX-3174: --- FWIW, this is a 4.9 feature. So you won't

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

2016-09-22 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514705#comment-15514705 ] Samarth Jain commented on PHOENIX-3174: --- [~mujtabachohan] - do you know if restart

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514677#comment-15514677 ] Hadoop QA commented on PHOENIX-3307: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514643#comment-15514643 ] Mujtaba Chohan commented on PHOENIX-3307: - It's fixed. > Backward compatibility

[jira] [Resolved] (PHOENIX-3313) Commit missing changes to 4.x and master branches

2016-09-22 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain resolved PHOENIX-3313. --- Resolution: Fixed > Commit missing changes to 4.x and master branches >

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514610#comment-15514610 ] James Taylor commented on PHOENIX-3307: --- Please let us know if this fixes the b/w

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514607#comment-15514607 ] James Taylor commented on PHOENIX-3174: --- Let's stick to released versions for this

[jira] [Commented] (PHOENIX-3322) TPCH 100 query 2 exceeds size of hash cache

2016-09-22 Thread Aaron Molitor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514567#comment-15514567 ] Aaron Molitor commented on PHOENIX-3322: Thanks [~jamestaylor], the second error

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

2016-09-22 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514570#comment-15514570 ] Mujtaba Chohan commented on PHOENIX-3174: - I mean current head of 4.x (4.9 snaps

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514561#comment-15514561 ] James Taylor commented on PHOENIX-3263: --- +1. Thanks, [~lomoree]. I committed this

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514553#comment-15514553 ] James Taylor commented on PHOENIX-3174: --- You mean 4.8 client, right, [~mujtabachoh

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

2016-09-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514535#comment-15514535 ] Hadoop QA commented on PHOENIX-3263: {color:red}-1 overall{color}. Here are the res

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

2016-09-22 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514519#comment-15514519 ] Mujtaba Chohan commented on PHOENIX-3174: - [~samarthjain] After upgrading from 4

[jira] [Commented] (PHOENIX-3322) TPCH 100 query 2 exceeds size of hash cache

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514507#comment-15514507 ] James Taylor commented on PHOENIX-3322: --- Two options to fix this: - Add the /*+ US

[jira] [Created] (PHOENIX-3322) TPCH 100 query 2 exceeds size of hash cache

2016-09-22 Thread Aaron Molitor (JIRA)
Aaron Molitor created PHOENIX-3322: -- Summary: TPCH 100 query 2 exceeds size of hash cache Key: PHOENIX-3322 URL: https://issues.apache.org/jira/browse/PHOENIX-3322 Project: Phoenix Issue Typ

[jira] [Commented] (PHOENIX-3318) TPCH 100G: Query 13 Cannot Parse

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514443#comment-15514443 ] James Taylor commented on PHOENIX-3318: --- Have you tried this in our calcite branch

[jira] [Commented] (PHOENIX-3320) TPCH 100G: Query 20 Execution Exception

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514437#comment-15514437 ] James Taylor commented on PHOENIX-3320: --- Have you tried this in our calcite branch

[jira] [Commented] (PHOENIX-3319) TPCH 100G: Query 15 with view cannot parse

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514439#comment-15514439 ] James Taylor commented on PHOENIX-3319: --- Have you tried this in our calcite branch

[jira] [Comment Edited] (PHOENIX-3321) TPCH 100G: Query 21 Missing Equi-Join Support

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514434#comment-15514434 ] James Taylor edited comment on PHOENIX-3321 at 9/22/16 8:44 PM: --

[jira] [Commented] (PHOENIX-3321) TPCH 100G: Query 21 Missing Equi-Join Support

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514434#comment-15514434 ] James Taylor commented on PHOENIX-3321: --- Have you tried this in our calcite branch

[jira] [Commented] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514413#comment-15514413 ] James Taylor commented on PHOENIX-3307: --- +1. Thanks, [~tdsilva]. Please commit to

[jira] [Created] (PHOENIX-3321) TPCH 100G: Query 21 Missing Equi-Join Support

2016-09-22 Thread John Leach (JIRA)
John Leach created PHOENIX-3321: --- Summary: TPCH 100G: Query 21 Missing Equi-Join Support Key: PHOENIX-3321 URL: https://issues.apache.org/jira/browse/PHOENIX-3321 Project: Phoenix Issue Type: B

[jira] [Updated] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-3307: Attachment: PHOENIX-3307.patch [~jamestaylor] Can you please review? > Backward compatib

[jira] [Assigned] (PHOENIX-3307) Backward compatibility fails for tables with index (4.7.0 client - 4.8.1 server)

2016-09-22 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva reassigned PHOENIX-3307: --- Assignee: Thomas D'Silva > Backward compatibility fails for tables with index (4.7.

[jira] [Created] (PHOENIX-3320) TPCH 100G: Query 20 Execution Exception

2016-09-22 Thread John Leach (JIRA)
John Leach created PHOENIX-3320: --- Summary: TPCH 100G: Query 20 Execution Exception Key: PHOENIX-3320 URL: https://issues.apache.org/jira/browse/PHOENIX-3320 Project: Phoenix Issue Type: Bug

[jira] [Created] (PHOENIX-3319) TPCH 100G: Query 15 with view cannot parse

2016-09-22 Thread John Leach (JIRA)
John Leach created PHOENIX-3319: --- Summary: TPCH 100G: Query 15 with view cannot parse Key: PHOENIX-3319 URL: https://issues.apache.org/jira/browse/PHOENIX-3319 Project: Phoenix Issue Type: Bug

[jira] [Created] (PHOENIX-3318) TPCH 100G: Query 13 Cannot Parse

2016-09-22 Thread John Leach (JIRA)
John Leach created PHOENIX-3318: --- Summary: TPCH 100G: Query 13 Cannot Parse Key: PHOENIX-3318 URL: https://issues.apache.org/jira/browse/PHOENIX-3318 Project: Phoenix Issue Type: Bug

[jira] [Updated] (PHOENIX-2827) Support OFFSET in Calcite-Phoenix

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2827: -- Assignee: Eric Lomore (was: Maryann Xue) > Support OFFSET in Calcite-Phoenix > --

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3264: -- Assignee: Eric Lomore > Allow TRUE and FALSE to be used as literal constants > ---

[jira] [Updated] (PHOENIX-3298) Create Table: Single column primary key may not be null

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3298: -- Assignee: Eric Lomore > Create Table: Single column primary key may not be null >

[jira] [Created] (PHOENIX-3317) TPCH 100G: Query 11 Could Not Find Hash Cache For Join ID

2016-09-22 Thread John Leach (JIRA)
John Leach created PHOENIX-3317: --- Summary: TPCH 100G: Query 11 Could Not Find Hash Cache For Join ID Key: PHOENIX-3317 URL: https://issues.apache.org/jira/browse/PHOENIX-3317 Project: Phoenix I

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3263: -- Assignee: Eric Lomore > Allow comma before CONSTRAINT to be optional > ---

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

2016-09-22 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lomore updated PHOENIX-3263: - Attachment: PHOENIX-3263.patch > Allow comma before CONSTRAINT to be optional >

[jira] [Updated] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3314: -- Assignee: (was: James Taylor) > ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is fa

[jira] [Commented] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514245#comment-15514245 ] James Taylor commented on PHOENIX-3314: --- [~rajeshbabu] - can you take a look to se

[jira] [Created] (PHOENIX-3316) Don't allow calcite enumerable convention to be used for Phoenix queries

2016-09-22 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3316: - Summary: Don't allow calcite enumerable convention to be used for Phoenix queries Key: PHOENIX-3316 URL: https://issues.apache.org/jira/browse/PHOENIX-3316 Project:

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

2016-09-22 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513988#comment-15513988 ] Julian Hyde commented on PHOENIX-3264: -- Hopefully you can understand why I am pushi

[jira] [Commented] (PHOENIX-3313) Commit missing changes to 4.x and master branches

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513877#comment-15513877 ] James Taylor commented on PHOENIX-3313: --- +1 > Commit missing changes to 4.x and m

[jira] [Updated] (PHOENIX-3313) Commit missing changes to 4.x and master branches

2016-09-22 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-3313: -- Attachment: PHOENIX-3313-4.x-HBase-0.98.patch Reverting the change to isolate test directories

[jira] [Resolved] (PHOENIX-3308) Shutdown minicluster after parallel tests complete

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-3308. --- Resolution: Fixed > Shutdown minicluster after parallel tests complete > ---

[jira] [Commented] (PHOENIX-3313) Commit missing changes to 4.x and master branches

2016-09-22 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513839#comment-15513839 ] Samarth Jain commented on PHOENIX-3313: --- Oops, sorry about that. Will fix it right

[jira] [Commented] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513747#comment-15513747 ] Hudson commented on PHOENIX-3314: - SUCCESS: Integrated in Jenkins build Phoenix-master #

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

2016-09-22 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513741#comment-15513741 ] Eric Lomore edited comment on PHOENIX-3264 at 9/22/16 4:30 PM: ---

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

2016-09-22 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513741#comment-15513741 ] Eric Lomore commented on PHOENIX-3264: -- The exprConverter field in SqlToRelConverte

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

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513709#comment-15513709 ] James Taylor commented on PHOENIX-3263: --- [~lomoree] - would you mind attaching a p

[jira] [Assigned] (PHOENIX-3312) Dividing int constant values should result in decimal

2016-09-22 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew reassigned PHOENIX-3312: --- Assignee: Kevin Liew > Dividing int constant values should result in decimal >

[jira] [Assigned] (PHOENIX-2536) Return of aggregation functions do not have the correct data type and precision

2016-09-22 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew reassigned PHOENIX-2536: --- Assignee: Kevin Liew (was: Sergey Soldatov) > Return of aggregation functions do not have

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

2016-09-22 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513622#comment-15513622 ] Julian Hyde commented on PHOENIX-3264: -- Probably convertLiteral is intentionally pr

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

2016-09-22 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lomore updated PHOENIX-3264: - Attachment: Sql2RelImplementation.png > Allow TRUE and FALSE to be used as literal constants > -

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

2016-09-22 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15513605#comment-15513605 ] Eric Lomore commented on PHOENIX-3264: -- Thanks for the help everyone! There is one

[jira] [Updated] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3314: -- Description: The ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is currently not run fo

[jira] [Updated] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3314: -- Summary: ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes (w

[jira] [Updated] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

2016-09-22 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3314: -- Description: Tests run: 12, Failures: 0, Errors: 2, Skipped: 4, Time elapsed: 744.655 sec <

[jira] [Updated] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3242: - Attachment: PHOENIX-3242_v6.patch Here is the rebased patch on latest ca

[jira] [Updated] (PHOENIX-3315) property object is being modified

2016-09-22 Thread Prabhjyot Singh (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prabhjyot Singh updated PHOENIX-3315: - Description: Creating this JIRA from mail thread https://lists.apache.org/thread.html/5

[jira] [Commented] (PHOENIX-3314) Ignore ImmutableIndexIT.testDropIfImmutableKeyValueColumn

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512852#comment-15512852 ] Hudson commented on PHOENIX-3314: - FAILURE: Integrated in Jenkins build Phoenix-master #

[jira] [Created] (PHOENIX-3315) property object is being modified

2016-09-22 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created PHOENIX-3315: Summary: property object is being modified Key: PHOENIX-3315 URL: https://issues.apache.org/jira/browse/PHOENIX-3315 Project: Phoenix Issue Type: Bug

[jira] [Commented] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512529#comment-15512529 ] Rajeshbabu Chintaguntla commented on PHOENIX-3242: -- Uploaded the patch

[jira] [Updated] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3242: - Attachment: PHOENIX-3242_v5.patch > Support CREATE OR REPLACE FUNCTION i

[jira] [Updated] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3242: - Attachment: (was: PHOENIX-3163_v4.patch) > Support CREATE OR REPLACE

[jira] [Updated] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3242: - Attachment: PHOENIX-3242_v4.patch > Support CREATE OR REPLACE FUNCTION i

[jira] [Updated] (PHOENIX-3242) Support CREATE OR REPLACE FUNCTION in Phoenix-Calcite Integration

2016-09-22 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3242: - Attachment: PHOENIX-3163_v4.patch > Support CREATE OR REPLACE FUNCTION i

[jira] [Created] (PHOENIX-3314) Ignore ImmutableIndexIT.testDropIfImmutableKeyValueColumn

2016-09-22 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3314: - Summary: Ignore ImmutableIndexIT.testDropIfImmutableKeyValueColumn Key: PHOENIX-3314 URL: https://issues.apache.org/jira/browse/PHOENIX-3314 Project: Phoenix

[jira] [Commented] (PHOENIX-3181) Run test methods in parallel to reduce test suite run time

2016-09-22 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512471#comment-15512471 ] Hadoop QA commented on PHOENIX-3181: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-2930) Cannot resolve columns aliased to its own name

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512451#comment-15512451 ] Hudson commented on PHOENIX-2930: - FAILURE: Integrated in Jenkins build Phoenix-master #

[jira] [Commented] (PHOENIX-3308) Shutdown minicluster after parallel tests complete

2016-09-22 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512452#comment-15512452 ] Hudson commented on PHOENIX-3308: - FAILURE: Integrated in Jenkins build Phoenix-master #