[jira] [Resolved] (PHOENIX-1045) Misleading exception when using lower case table name (uploading data through psql.py)

2014-06-18 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid resolved PHOENIX-1045. --- Resolution: Duplicate Yep, definitely an annoying error. This one was actually already fixe

[jira] [Comment Edited] (PHOENIX-990) OOM caused by order by query returning all rows

2014-06-18 Thread Praveen Murugesan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036663#comment-14036663 ] Praveen Murugesan edited comment on PHOENIX-990 at 6/18/14 11:36 PM: --

[jira] [Updated] (PHOENIX-990) OOM caused by order by query returning all rows

2014-06-18 Thread Praveen Murugesan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Murugesan updated PHOENIX-990: -- Attachment: PHOENIX-990-TEST.patch This is a test that I added to reproduce the condit

[jira] [Commented] (PHOENIX-990) OOM caused by order by query returning all rows

2014-06-18 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036653#comment-14036653 ] Mujtaba Chohan commented on PHOENIX-990: Thanks Praveen. I'll test it out as well

[jira] [Updated] (PHOENIX-990) OOM caused by order by query returning all rows

2014-06-18 Thread Praveen Murugesan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Murugesan updated PHOENIX-990: -- Attachment: PHOENIX-990.patch Increasing the MappedByteBuffer default mapping size to

[jira] [Created] (PHOENIX-1045) Misleading exception when using lower case table name (uploading data through psql.py)

2014-06-18 Thread Faisal Moeen (JIRA)
Faisal Moeen created PHOENIX-1045: - Summary: Misleading exception when using lower case table name (uploading data through psql.py) Key: PHOENIX-1045 URL: https://issues.apache.org/jira/browse/PHOENIX-1045

[jira] [Commented] (PHOENIX-1044) Phoenix-Pig: No results returned unless all used columns are selected

2014-06-18 Thread ravi (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036265#comment-14036265 ] ravi commented on PHOENIX-1044: --- Hi Josh Mahonin , To help me fix the issue, can you

[jira] [Updated] (PHOENIX-1044) Phoenix-Pig: No results returned unless all used columns are selected

2014-06-18 Thread Josh Mahonin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Mahonin updated PHOENIX-1044: -- Description: Not critical, but a bit frustrating: I'm creating a PhoenixPigConfiguration via

[jira] [Created] (PHOENIX-1044) Phoenix-Pig: No results returned unless all used columns are selected

2014-06-18 Thread Josh Mahonin (JIRA)
Josh Mahonin created PHOENIX-1044: - Summary: Phoenix-Pig: No results returned unless all used columns are selected Key: PHOENIX-1044 URL: https://issues.apache.org/jira/browse/PHOENIX-1044 Project: Ph

Using function as a join condition

2014-06-18 Thread faisal moeen
Hi there, Is there a way to use a boolean function as a join condition? If not, is it easy to develop this capability. I have implemented some spatio-temporal functions as part of my master thesis but for bench-marking, I need to have join capability. e.g. SELECT A.a,B.b FROM A JOIN B OVER overl