[jira] [Commented] (PHOENIX-2482) Recognize the ANSI SUBSTRING function

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773967#comment-15773967 ] James Taylor commented on PHOENIX-2482: --- We'll get this more or less for free when

[jira] [Assigned] (PHOENIX-2482) Recognize the ANSI SUBSTRING function

2016-12-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew reassigned PHOENIX-2482: --- Assignee: Kevin Liew > Recognize the ANSI SUBSTRING function >

[jira] [Commented] (PHOENIX-3523) Secondary index on case sensitive table breaks all queries

2016-12-23 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773619#comment-15773619 ] Biju Nair commented on PHOENIX-3523: Makes sense. Thanks. > Secondary index on case

[jira] [Commented] (PHOENIX-3545) Add integration tests for string upper and lower

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773601#comment-15773601 ] James Taylor commented on PHOENIX-3545: --- +1. Thanks for the additional tests, [~kl

[jira] [Updated] (PHOENIX-3545) Add integration tests for string upper and lower

2016-12-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew updated PHOENIX-3545: Description: Phoenix 4.5.0 had an issue matching strings against the `lower` function with concate

[jira] [Updated] (PHOENIX-3545) Add integration tests for string upper and lower

2016-12-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew updated PHOENIX-3545: Description: Phoenix 4.5.0 had an issue (was: Phoenix 4.5.0 had an issue parsing concatenated st

[jira] [Resolved] (PHOENIX-2798) Case insensitive column on case sensitive table fails to find column in result set

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-2798. --- Resolution: Not A Problem Most JDBC drivers work this way. The column name provided as the a

[jira] [Updated] (PHOENIX-2798) Case insensitive column on case sensitive table fails to find column in result set

2016-12-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew updated PHOENIX-2798: Attachment: PHOENIX-2798.patch Hi [~jamestaylor] Are you able to provide a unit test to reproduce

[jira] [Updated] (PHOENIX-2798) Case insensitive column on case sensitive table fails to find column in result set

2016-12-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Liew updated PHOENIX-2798: Description: If a table is created as case sensitive, but the columns are case insensitive, then

[jira] [Commented] (PHOENIX-3516) Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773420#comment-15773420 ] James Taylor commented on PHOENIX-3516: --- Those are fine to leave. I think it'd be

[jira] [Comment Edited] (PHOENIX-3523) Secondary index on case sensitive table breaks all queries

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773406#comment-15773406 ] James Taylor edited comment on PHOENIX-3523 at 12/23/16 6:14 PM: -

[jira] [Commented] (PHOENIX-3523) Secondary index on case sensitive table breaks all queries

2016-12-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773406#comment-15773406 ] James Taylor commented on PHOENIX-3523: --- bq. So a request to create table A.B shou

[jira] [Comment Edited] (PHOENIX-3523) Secondary index on case sensitive table breaks all queries

2016-12-23 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773034#comment-15773034 ] Biju Nair edited comment on PHOENIX-3523 at 12/23/16 2:47 PM:

[jira] [Commented] (PHOENIX-3523) Secondary index on case sensitive table breaks all queries

2016-12-23 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773034#comment-15773034 ] Biju Nair commented on PHOENIX-3523: Thanks [~giacomotaylor]. So a request to create

[jira] [Created] (PHOENIX-3546) NPE at SequenceManager

2016-12-23 Thread Alexey Ivanov (JIRA)
Alexey Ivanov created PHOENIX-3546: -- Summary: NPE at SequenceManager Key: PHOENIX-3546 URL: https://issues.apache.org/jira/browse/PHOENIX-3546 Project: Phoenix Issue Type: Bug Affects Ve