[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_wip2.patch Server-side for ON DUPLICATE KEY clause > Support ON DUPLICATE KEY

[jira] [Commented] (PHOENIX-3394) Fix getHTable unsupported operation

2016-10-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15593523#comment-15593523 ] Maryann Xue commented on PHOENIX-3394: -- A good catch, [~lomoree]! It happens when we are trying to

[jira] [Commented] (PHOENIX-3394) Fix getHTable unsupported operation

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15593087#comment-15593087 ] James Taylor commented on PHOENIX-3394: --- Correct, [~lomoree] - the non IT unit tests that run

[jira] [Commented] (PHOENIX-3394) Fix getHTable unsupported operation

2016-10-20 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15593004#comment-15593004 ] Eric Lomore commented on PHOENIX-3394: -- [~maryannxue] [~jamestaylor] an example unit test

[jira] [Created] (PHOENIX-3394) Fix getHTable unsupported operation

2016-10-20 Thread Eric Lomore (JIRA)
Eric Lomore created PHOENIX-3394: Summary: Fix getHTable unsupported operation Key: PHOENIX-3394 URL: https://issues.apache.org/jira/browse/PHOENIX-3394 Project: Phoenix Issue Type: Sub-task

[jira] [Commented] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread Robert Yokota (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592915#comment-15592915 ] Robert Yokota commented on PHOENIX-3393: Also, as [~tedyu] mentioned, if Phoenix is using Java

[jira] [Comment Edited] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592091#comment-15592091 ] Sergey Soldatov edited comment on PHOENIX-3342 at 10/20/16 8:19 PM:

[jira] [Commented] (PHOENIX-3345) SQLException code's not propagating as expected

2016-10-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592861#comment-15592861 ] ASF GitHub Bot commented on PHOENIX-3345: - Github user lomoree closed the pull request at:

[GitHub] phoenix pull request #215: PHOENIX-3345 SQLException code's not propagating ...

2016-10-20 Thread lomoree
Github user lomoree closed the pull request at: https://github.com/apache/phoenix/pull/215 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (PHOENIX-3355) Register Phoenix built-in functions as Calcite functions

2016-10-20 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592847#comment-15592847 ] Eric Lomore commented on PHOENIX-3355: -- I've attached a wip patch - just wanted to get some

[jira] [Commented] (PHOENIX-3392) SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch

2016-10-20 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592844#comment-15592844 ] Samarth Jain commented on PHOENIX-3392: --- Thanks for taking a look, [~maryannxue]. The general idea

[jira] [Updated] (PHOENIX-3355) Register Phoenix built-in functions as Calcite functions

2016-10-20 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lomore updated PHOENIX-3355: - Attachment: PHOENIX-3355.wip > Register Phoenix built-in functions as Calcite functions >

[jira] [Commented] (PHOENIX-3392) SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch

2016-10-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592779#comment-15592779 ] Maryann Xue commented on PHOENIX-3392: -- [~samarthjain], would you mind giving me a quick overview,

[jira] [Commented] (PHOENIX-3392) SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch

2016-10-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592769#comment-15592769 ] Maryann Xue commented on PHOENIX-3392: -- Sure, I will. > SortMergeJoinIT#testSubJoin[0] is failing

[jira] [Resolved] (PHOENIX-3345) SQLException code's not propagating as expected

2016-10-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-3345. -- Resolution: Fixed Committed. Thank you very much, [~lomoree]! > SQLException code's not

[jira] [Commented] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread Robert Yokota (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592709#comment-15592709 ] Robert Yokota commented on PHOENIX-3393: Thanks, I just did the performance comparison for one

[jira] [Commented] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592702#comment-15592702 ] James Taylor commented on PHOENIX-3393: --- Thanks for the patch, [~rayokota], and nice blog too.

[jira] [Updated] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3393: -- Assignee: Robert Yokota > Use Iterables.removeIf instead of Iterator.remove in HBase filters

[jira] [Updated] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread Robert Yokota (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Yokota updated PHOENIX-3393: --- Attachment: PHOENIX-3393.master.001.patch > Use Iterables.removeIf instead of

[jira] [Created] (PHOENIX-3393) Use Iterables.removeIf instead of Iterator.remove in HBase filters

2016-10-20 Thread Robert Yokota (JIRA)
Robert Yokota created PHOENIX-3393: -- Summary: Use Iterables.removeIf instead of Iterator.remove in HBase filters Key: PHOENIX-3393 URL: https://issues.apache.org/jira/browse/PHOENIX-3393 Project:

[jira] [Commented] (PHOENIX-3392) SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592629#comment-15592629 ] James Taylor commented on PHOENIX-3392: --- Do you think you'd have any spare cycles to take a look,

[jira] [Created] (PHOENIX-3392) SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch

2016-10-20 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3392: - Summary: SortMergeJoinIT#testSubJoin[0] is failing with encodecolumns2 branch Key: PHOENIX-3392 URL: https://issues.apache.org/jira/browse/PHOENIX-3392 Project:

[jira] [Commented] (PHOENIX-3345) SQLException code's not propagating as expected

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592553#comment-15592553 ] James Taylor commented on PHOENIX-3345: --- +1 on the patch. Thanks, [~lomoree]. Would you mind

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

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592550#comment-15592550 ] James Taylor commented on PHOENIX-3267: --- Good first step would be to find out how other databases

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

2016-10-20 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lomore reassigned PHOENIX-3267: Assignee: Eric Lomore > Replace use of SELECT null with CAST(null AS ) >

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

2016-10-20 Thread Eric Lomore (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Lomore reassigned PHOENIX-3266: Assignee: Eric Lomore > Remove usage of bind variables in CREATE TABLE ... SPLIT ON

[jira] [Updated] (PHOENIX-3369) Update Phoenix-Pig integration documentation

2016-10-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-3369: Summary: Update Phoenix-Pig integration documentation (was: Update Phoenix-Pig integration

[jira] [Commented] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592091#comment-15592091 ] Sergey Soldatov commented on PHOENIX-3342: -- [~an...@apache.org] I haven't had a chance to build

[jira] [Commented] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592111#comment-15592111 ] Josh Elser commented on PHOENIX-2996: - +1 to that :) > Process name of PQS should indicate its role

[jira] [Commented] (PHOENIX-3161) Check possibility of moving rebuilding code to coprocessor of data table.

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15592073#comment-15592073 ] James Taylor commented on PHOENIX-3161: --- Yes, you're right, [~an...@apache.org]. +1 to the patch.

[jira] [Commented] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591729#comment-15591729 ] Hadoop QA commented on PHOENIX-3342: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Updated] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Singhal updated PHOENIX-3342: --- Attachment: PHOENIX-3342_v1.patch attaching V1, with updated test cases. > ORDER BY and

[jira] [Commented] (PHOENIX-3161) Check possibility of moving rebuilding code to coprocessor of data table.

2016-10-20 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591590#comment-15591590 ] Ankit Singhal commented on PHOENIX-3161: Below code should give smallest value of minTimeStamp

[jira] [Commented] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591591#comment-15591591 ] Hadoop QA commented on PHOENIX-3342: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Updated] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Singhal updated PHOENIX-3342: --- Attachment: PHOENIX-3342.patch Sorry [~jamestaylor], don't know how ping was missed. Thanks

[jira] [Commented] (PHOENIX-3391) Supporting Hive 2.1.0 in PhoenixStorageHandler

2016-10-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591367#comment-15591367 ] Hadoop QA commented on PHOENIX-3391: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Commented] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15591229#comment-15591229 ] Hadoop QA commented on PHOENIX-3342: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Updated] (PHOENIX-3391) Supporting Hive 2.1.0 in PhoenixStorageHandler

2016-10-20 Thread Jeongdae Kim (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeongdae Kim updated PHOENIX-3391: -- Attachment: PHOENIX-3391.patch > Supporting Hive 2.1.0 in PhoenixStorageHandler >

[jira] [Created] (PHOENIX-3391) Supporting Hive 2.1.0 in PhoenixStorageHandler

2016-10-20 Thread Jeongdae Kim (JIRA)
Jeongdae Kim created PHOENIX-3391: - Summary: Supporting Hive 2.1.0 in PhoenixStorageHandler Key: PHOENIX-3391 URL: https://issues.apache.org/jira/browse/PHOENIX-3391 Project: Phoenix Issue

[jira] [Updated] (PHOENIX-3342) ORDER BY and LIMIT+OFFSET doesnt work on second column from compound key

2016-10-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-3342: - Attachment: PHOENIX-3342-wip.patch The reason of this behavior is creating scan for

[jira] [Assigned] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reassigned PHOENIX-3383: - Assignee: James Taylor > Comparison between descending row keys used in RVC is reverse

[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: (was: PHOENIX-3383_wip3.patch) > Comparison between descending row keys used

[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: PHOENIX-3383_wip3.patch > Comparison between descending row keys used in RVC is