[GitHub] incubator-phoenix pull request: Spillable GroupBy implementation u...

2014-03-12 Thread kutschm
GitHub user kutschm opened a pull request: https://github.com/apache/incubator-phoenix/pull/17 Spillable GroupBy implementation using an HBase table to spill. This GroupBy implementation uses an in-memory 1st level LRU cache, which dynamically grows until memory is exhausted. At th

[GitHub] incubator-phoenix pull request: Spillable GroupBy implementation u...

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/17#discussion_r10508167 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/cache/aggcache/HBaseSpillManager.java --- @@ -0,0 +1,159 @@ +/***

[jira] [Commented] (PHOENIX-130) Separate execution of slow (integration) tests from fast unit tests

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931508#comment-13931508 ] James Taylor commented on PHOENIX-130: -- [~gabriel.reid] - if it's not too much troub

[GitHub] incubator-phoenix pull request: PHOENIX-831 First Connection to Ph...

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/15#discussion_r10508496 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixDriverTest.java --- @@ -0,0 +1,48 @@ +package org.apache.phoenix.jdbc;

[GitHub] incubator-phoenix pull request: PHOENIX-831 First Connection to Ph...

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/15#discussion_r10508502 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixDriverTest.java --- @@ -0,0 +1,48 @@ +package org.apache.phoenix.jdbc;

[jira] [Commented] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

2014-03-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931512#comment-13931512 ] ASF GitHub Bot commented on PHOENIX-831: Github user JamesRTaylor commented on a

[jira] [Commented] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

2014-03-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931511#comment-13931511 ] ASF GitHub Bot commented on PHOENIX-831: Github user JamesRTaylor commented on a

[jira] [Updated] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-842: - Attachment: PHOENIX-842.patch Patch to change groupId of all artifacts to org.apache.phoenix, ba

[jira] [Created] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread Gabriel Reid (JIRA)
Gabriel Reid created PHOENIX-842: Summary: Use better namespace for maven artifacts Key: PHOENIX-842 URL: https://issues.apache.org/jira/browse/PHOENIX-842 Project: Phoenix Issue Type: Bug

[jira] [Updated] (PHOENIX-128) Support coercion and descending sort order for ARRAY

2014-03-12 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan updated PHOENIX-128: --- Attachment: Phoenix-128_3.patch > Support coercion and descending sort order

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread ramkrish86
GitHub user ramkrish86 opened a pull request: https://github.com/apache/incubator-phoenix/pull/18 Phoenix-128 Pull request for Phoenix-128 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ramkrish86/incubator-phoenix Phoenix-128 A

[jira] [Commented] (PHOENIX-128) Support coercion and descending sort order for ARRAY

2014-03-12 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931582#comment-13931582 ] ramkrishna.s.vasudevan commented on PHOENIX-128: {code} if ( ( Obje

[jira] [Created] (PHOENIX-843) Incorrect java.sql.Types value returned for array types in result set

2014-03-12 Thread Gabriel Reid (JIRA)
Gabriel Reid created PHOENIX-843: Summary: Incorrect java.sql.Types value returned for array types in result set Key: PHOENIX-843 URL: https://issues.apache.org/jira/browse/PHOENIX-843 Project: Phoeni

[jira] [Updated] (PHOENIX-130) Separate execution of slow (integration) tests from fast unit tests

2014-03-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-130: - Attachment: PHOENIX-130.2-3.0.patch And here's the rebased patch for 3.0 > Separate execution o

[jira] [Updated] (PHOENIX-130) Separate execution of slow (integration) tests from fast unit tests

2014-03-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-130: - Attachment: PHOENIX-130.2-master.patch Here's the rebased patch for master and 4.0. The Ignore a

[jira] [Updated] (PHOENIX-843) Incorrect java.sql.Types value returned for array types in result set

2014-03-12 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabriel Reid updated PHOENIX-843: - Attachment: PHOENIX-843.patch Patch to resolve (and test) the issue, with tests. Applies to 3.0,

[GitHub] incubator-phoenix pull request: Typo fix

2014-03-12 Thread karel1980
GitHub user karel1980 opened a pull request: https://github.com/apache/incubator-phoenix/pull/19 Typo fix Blink and you'll miss it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/karel1980/incubator-phoenix typofix1 Alternativel

[jira] [Updated] (PHOENIX-122) SELECT * FROM TABLE ORDER BY NONPK COLUMN doesn't return values for all the columns

2014-03-12 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anoop Sam John updated PHOENIX-122: --- Attachment: PHOENIX-122_V2.patch Solving one more issue with adding where condition columns

[jira] [Resolved] (PHOENIX-833) Link to website to JIRA issues now that they've been imported

2014-03-12 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan resolved PHOENIX-833. Resolution: Fixed Updated all links with majority of them in roadmap page. By the way, ro

[GitHub] incubator-phoenix pull request: PHOENIX-831 First Connection to Ph...

2014-03-12 Thread yaise
Github user yaise commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/15#discussion_r10536763 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixDriverTest.java --- @@ -0,0 +1,48 @@ +package org.apache.phoenix.jdbc; +

[jira] [Commented] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

2014-03-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932264#comment-13932264 ] ASF GitHub Bot commented on PHOENIX-831: Github user yaise commented on a diff in

[jira] [Commented] (PHOENIX-125) Add join page and links on website

2014-03-12 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932374#comment-13932374 ] Maryann Xue commented on PHOENIX-125: - Thanks a lot, [~mujtaba] ! And maybe we create

[jira] [Commented] (PHOENIX-130) Separate execution of slow (integration) tests from fast unit tests

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932416#comment-13932416 ] James Taylor commented on PHOENIX-130: -- Thanks, [~gabriel.reid] - applying this now.

[jira] [Commented] (PHOENIX-125) Add join page and links on website

2014-03-12 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932420#comment-13932420 ] Mujtaba Chohan commented on PHOENIX-125: Also updated tuning page. > Add join pa

[jira] [Commented] (PHOENIX-839) Joining on a dynamic column doesn't work

2014-03-12 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932553#comment-13932553 ] Maryann Xue commented on PHOENIX-839: - [~giacomotaylor] Looks like there's some other

[jira] [Commented] (PHOENIX-839) Joining on a dynamic column doesn't work

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932564#comment-13932564 ] James Taylor commented on PHOENIX-839: -- The (corrected) test passes with this fix. A

[jira] [Commented] (PHOENIX-122) SELECT * FROM TABLE ORDER BY NONPK COLUMN doesn't return values for all the columns

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932592#comment-13932592 ] James Taylor commented on PHOENIX-122: -- +1. Please check in to 3.0,4.0, and master.

[GitHub] incubator-phoenix pull request: Typo fix

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on the pull request: https://github.com/apache/incubator-phoenix/pull/19#issuecomment-37480284 Thanks! Fixed in all branches --- 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 proje

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/18#discussion_r10546449 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -211,25 +211,33 @@ public boolean isSizeCompatible(I

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/18#discussion_r10546459 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -211,25 +211,33 @@ public boolean isSizeCompatible(I

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/18#discussion_r10546508 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/end2end/ArrayTest.java --- @@ -524,7 +524,43 @@ public void testCharArraySpecificIndex(

[jira] [Resolved] (PHOENIX-836) Cast syntax is not in line with standard SQL

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-836. -- Resolution: Fixed Thanks for the contribution, [~gabriel.reid] > Cast syntax is not in line w

[jira] [Commented] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932665#comment-13932665 ] James Taylor commented on PHOENIX-842: -- Make sense to me. [~mujtaba], [~jesse_yates]

[jira] [Commented] (PHOENIX-843) Incorrect java.sql.Types value returned for array types in result set

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932670#comment-13932670 ] James Taylor commented on PHOENIX-843: -- How do the external tools know the element t

[jira] [Commented] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932675#comment-13932675 ] Jesse Yates commented on PHOENIX-842: - +1 > Use better namespace for maven artifacts

[jira] [Commented] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932707#comment-13932707 ] James Taylor commented on PHOENIX-842: -- I get the following warnings when running "m

[jira] [Commented] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932713#comment-13932713 ] stack commented on PHOENIX-842: --- +1 on this issues general notion. > Use better namespace

[jira] [Commented] (PHOENIX-842) Use better namespace for maven artifacts

2014-03-12 Thread Jesse Yates (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932714#comment-13932714 ] Jesse Yates commented on PHOENIX-842: - Nope, the patch isn't going work then. Looks l

[jira] [Commented] (PHOENIX-839) Joining on a dynamic column doesn't work

2014-03-12 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932726#comment-13932726 ] Maryann Xue commented on PHOENIX-839: - Sorry, you are right. I didn't notice that the

[jira] [Resolved] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

2014-03-12 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-831. -- Resolution: Fixed Thanks for the contribution, [~yaise] > First Connection to Phoenix blows u

[jira] [Commented] (PHOENIX-130) Separate execution of slow (integration) tests from fast unit tests

2014-03-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932857#comment-13932857 ] Hudson commented on PHOENIX-130: SUCCESS: Integrated in Apache Phoenix - Branch:master #1

[jira] [Commented] (PHOENIX-831) First Connection to Phoenix blows up if it is tenant specific

2014-03-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13932858#comment-13932858 ] Hudson commented on PHOENIX-831: SUCCESS: Integrated in Apache Phoenix - Branch:master #1

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/18#discussion_r10552682 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -211,25 +211,33 @@ public boolean isSizeCompatible(Imm

[GitHub] incubator-phoenix pull request: Phoenix-128

2014-03-12 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/incubator-phoenix/pull/18#discussion_r10552686 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PArrayDataType.java --- @@ -211,25 +211,33 @@ public boolean isSizeCompatible(Imm