[jira] [Updated] (PHOENIX-1743) Add JSON type to Phoenix

2015-03-18 Thread Andy Yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Yang updated PHOENIX-1743: --- Attachment: PHOENIX-1743.patch Add JSON type to Phoenix

Re: CASTing epoch (UNSIGNED_LONG) to TIMESTAMP

2015-03-18 Thread Gabriel Reid
The issue here is that casting from an UNSIGNED_LONG to TIMESTAMP isn't currently supported in Phoenix. This seems like a bug, could you log a JIRA ticket for it? This doesn't have anything to do with the use of a view, you'll get the same behavior when using a normal table that contains an

[jira] [Created] (PHOENIX-1743) Add JSON type to Phoenix

2015-03-18 Thread GuoYou Yang (JIRA)
GuoYou Yang created PHOENIX-1743: Summary: Add JSON type to Phoenix Key: PHOENIX-1743 URL: https://issues.apache.org/jira/browse/PHOENIX-1743 Project: Phoenix Issue Type: Sub-task

Implement missing math built-in POWER function

2015-03-18 Thread Simar Arneja
PHOENIX-1660 Implement missing math built-in functions/PHOENIX-1687 I am having some issues extracting arguments from an expression. Presently to exract an argument i am doing: double base = baseExpression.getDataType().getCodec(). decodeDouble(ptr,baseExpression.getSortOrder()); and this is

[jira] [Created] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread Serhiy Bilousov (JIRA)
Serhiy Bilousov created PHOENIX-1744: Summary: CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported. Key: PHOENIX-1744 URL: https://issues.apache.org/jira/browse/PHOENIX-1744 Project:

Re: CASTing epoch (UNSIGNED_LONG) to TIMESTAMP

2015-03-18 Thread Sergey Belousov
thank you Gabriel created https://issues.apache.org/jira/browse/PHOENIX-1744 On Wed, Mar 18, 2015 at 4:03 AM, Gabriel Reid gabriel.r...@gmail.com wrote: The issue here is that casting from an UNSIGNED_LONG to TIMESTAMP isn't currently supported in Phoenix. This seems like a bug, could you log

Phoenix ARRAY[] datatype representation through JDBC

2015-03-18 Thread Sergey Belousov
Hi When I query VIEW with ARRAY[] datatype (specifically UNSIGNED_INT ARRAY[] in my case) in sqlline it shows me this long string as value of the array column.. org.apache.phoenix.schema.types.PhoenixArray$PrimitiveIntPhoenixArray@d338d So am wondering if that expected behaviour and how this

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread shuxiong
Github user shuxiong commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26670082 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/LikeExpression.java --- @@ -289,8 +288,11 @@ public boolean evaluate(Tuple tuple,

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367292#comment-14367292 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user shuxiong commented on a

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread shuxiong
Github user shuxiong commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26672812 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/JONIRegexWrapper.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to the

[jira] [Commented] (PHOENIX-1661) Implement built-in functions for JSON

2015-03-18 Thread renmin (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367153#comment-14367153 ] renmin commented on PHOENIX-1661: - Hi James, I have installed the dev enviroment

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367421#comment-14367421 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26681504 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBasePattern.java --- @@ -0,0 +1,32 @@ +/* + * Licensed to

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26682196 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/JONIRegexWrapper.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26682323 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/JavaRegexWrapper.java --- @@ -0,0 +1,89 @@ +/* + * Licensed to

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26682708 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/RegexPatternFactory.java --- @@ -0,0 +1,44 @@ +/* + * Licensed to

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367455#comment-14367455 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26683220 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/Utils.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread shuxiong
Github user shuxiong commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26674115 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBasePattern.java --- @@ -0,0 +1,32 @@ +/* + * Licensed to the

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367325#comment-14367325 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user shuxiong commented on a

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26680710 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/LikeExpression.java --- @@ -289,8 +288,11 @@ public boolean evaluate(Tuple tuple,

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367445#comment-14367445 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Updated] (PHOENIX-1745) Parse and Lex JSON operation

2015-03-18 Thread Li chiachi (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li chiachi updated PHOENIX-1745: Attachment: PHOENIX-628.patch This is the grammar for parsing JSON operator. Parse and Lex JSON

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367429#comment-14367429 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367449#comment-14367449 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367462#comment-14367462 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread shuxiong
Github user shuxiong commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26676408 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBasePattern.java --- @@ -0,0 +1,32 @@ +/* + * Licensed to the

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367349#comment-14367349 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user shuxiong commented on a

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26681411 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBaseMatcher.java --- @@ -0,0 +1,22 @@ +/* + * Licensed to

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26681696 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/JONIRegexWrapper.java --- @@ -0,0 +1,181 @@ +/* + * Licensed to

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26683615 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/Utils.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26685200 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/Utils.java --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367501#comment-14367501 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367604#comment-14367604 ] Serhiy Bilousov commented on PHOENIX-1287: -- Recently I had an issue with

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367468#comment-14367468 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367486#comment-14367486 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26685761 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBaseMatcher.java --- @@ -0,0 +1,22 @@ +/* + * Licensed to

[jira] [Created] (PHOENIX-1746) Pass through guidepost config params on UPDATE STATISTICS call

2015-03-18 Thread James Taylor (JIRA)
James Taylor created PHOENIX-1746: - Summary: Pass through guidepost config params on UPDATE STATISTICS call Key: PHOENIX-1746 URL: https://issues.apache.org/jira/browse/PHOENIX-1746 Project: Phoenix

[jira] [Updated] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1744: -- Assignee: Dave Hacker CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367475#comment-14367475 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26684109 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/visitor/CloneExpressionVisitor.java --- @@ -107,7 +109,9 @@ public Expression

[GitHub] phoenix pull request: Draft for PHOENIX-1287 subtask, ByteBasedLik...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/46#discussion_r26684466 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/util/regex/AbstractBasePattern.java --- @@ -0,0 +1,32 @@ +/* + * Licensed to

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367514#comment-14367514 ] ASF GitHub Bot commented on PHOENIX-1287: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1730) Pherf - add MD page to site

2015-03-18 Thread Cody Marcel (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367626#comment-14367626 ] Cody Marcel commented on PHOENIX-1730: -- [~mujtabachohan] Your comments sound fine

[GitHub] phoenix pull request: PHOENIX-1744 Allow Integer, UnsignedInt and ...

2015-03-18 Thread dhacker1341
GitHub user dhacker1341 opened a pull request: https://github.com/apache/phoenix/pull/48 PHOENIX-1744 Allow Integer, UnsignedInt and UnsignedLong to be Cast to T... ...IMESTAMP You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367843#comment-14367843 ] ASF GitHub Bot commented on PHOENIX-1744: - GitHub user dhacker1341 opened a pull

[jira] [Updated] (PHOENIX-1747) Add maven eclipse generated files to .gitignore

2015-03-18 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated PHOENIX-1747: --- Attachment: phoenix-1747_v1.patch Simple patch. Add maven eclipse generated files to

[jira] [Commented] (PHOENIX-971) Query server

2015-03-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368103#comment-14368103 ] Nick Dimiduk commented on PHOENIX-971: -- Bumping this thread. Since my last comment,

[jira] [Created] (PHOENIX-1748) Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to to the DATE only.

2015-03-18 Thread Serhiy Bilousov (JIRA)
Serhiy Bilousov created PHOENIX-1748: Summary: Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to to the DATE only. Key: PHOENIX-1748 URL:

[jira] [Updated] (PHOENIX-1748) Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to the DATE only.

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serhiy Bilousov updated PHOENIX-1748: - Summary: Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368373#comment-14368373 ] ASF GitHub Bot commented on PHOENIX-1744: - Github user dhacker1341 commented on

[jira] [Updated] (PHOENIX-1749) ORDER BY and GROUP BY should support column position as well as column alias

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Serhiy Bilousov updated PHOENIX-1749: - Description: In postgreSQL (and many others DBs) you can specify not only column name

[jira] [Created] (PHOENIX-1749) ORDER BY and GROUP BY should support column position as well as column alias

2015-03-18 Thread Serhiy Bilousov (JIRA)
Serhiy Bilousov created PHOENIX-1749: Summary: ORDER BY and GROUP BY should support column position as well as column alias Key: PHOENIX-1749 URL: https://issues.apache.org/jira/browse/PHOENIX-1749

[jira] [Updated] (PHOENIX-1747) Add maven eclipse generated files to .gitignore

2015-03-18 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated PHOENIX-1747: --- Attachment: phoenix-1747_v2.patch Here you go! Will commit shortly. Add maven eclipse

[jira] [Resolved] (PHOENIX-1747) Add maven eclipse generated files to .gitignore

2015-03-18 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved PHOENIX-1747. Resolution: Fixed Committed this. Thanks Nick for review. Add maven eclipse generated

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368349#comment-14368349 ] ASF GitHub Bot commented on PHOENIX-1744: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1747) Add maven eclipse generated files to .gitignore

2015-03-18 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368130#comment-14368130 ] Nick Dimiduk commented on PHOENIX-1747: --- +1 While you're in there, mind adding

[jira] [Commented] (PHOENIX-1747) Add maven eclipse generated files to .gitignore

2015-03-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368312#comment-14368312 ] Hudson commented on PHOENIX-1747: - FAILURE: Integrated in Phoenix-master #625 (See

[GitHub] phoenix pull request: PHOENIX-1744 Allow Integer, UnsignedInt and ...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/48#discussion_r26724977 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PUnsignedLong.java --- @@ -95,6 +95,11 @@ public Object toObject(byte[] b, int o,

[jira] [Updated] (PHOENIX-1748) Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to the DATE only.

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1748: -- Assignee: Dave Hacker Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368376#comment-14368376 ] Serhiy Bilousov commented on PHOENIX-1744: -- But how to deal with epoch time

[jira] [Commented] (PHOENIX-1748) Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to the DATE only.

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368167#comment-14368167 ] James Taylor commented on PHOENIX-1748: --- [~dhacker1341] - would you mind

[jira] [Commented] (PHOENIX-1748) Appling TRUNC|ROUND|FLOOR|CEIL with DAY|HOUR|MINUTE|SECOND|MILLISECOND on TIMESTAMP should not truncate value to the DATE only.

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368203#comment-14368203 ] Serhiy Bilousov commented on PHOENIX-1748: -- Thank you [~jamestaylor] for prompt

[GitHub] phoenix pull request: Index qos

2015-03-18 Thread twdsilva
GitHub user twdsilva opened a pull request: https://github.com/apache/phoenix/pull/49 Index qos You can merge this pull request into a Git repository by running: $ git pull https://github.com/twdsilva/phoenix index-qos Alternatively you can review and apply these changes as

[jira] [Commented] (PHOENIX-1676) Set priority of Index Updates correctly

2015-03-18 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368370#comment-14368370 ] Thomas D'Silva commented on PHOENIX-1676: - [~jesse_yates] [~jamestaylor]

[jira] [Created] (PHOENIX-1750) Some build-in functions used in expression surface internal implementation as column alias what cause GROUP BY to fail

2015-03-18 Thread Serhiy Bilousov (JIRA)
Serhiy Bilousov created PHOENIX-1750: Summary: Some build-in functions used in expression surface internal implementation as column alias what cause GROUP BY to fail Key: PHOENIX-1750 URL:

[jira] [Commented] (PHOENIX-1718) Unable to find cached index metadata during the stablity test with phoenix

2015-03-18 Thread wuchengzhi (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368458#comment-14368458 ] wuchengzhi commented on PHOENIX-1718: - when i create tables without index, it's so

[jira] [Commented] (PHOENIX-1751) Perform aggregations, sorting, etc, in the preScannerNext instead of postScannerOpen

2015-03-18 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368520#comment-14368520 ] Lars Hofhansl commented on PHOENIX-1751: Upon closer examination it's actually

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread Serhiy Bilousov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368515#comment-14368515 ] Serhiy Bilousov commented on PHOENIX-1744: -- Well, actually we did define column

[GitHub] phoenix pull request: PHOENIX-1744 Allow Integer, UnsignedInt and ...

2015-03-18 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/48#discussion_r26729460 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PUnsignedLong.java --- @@ -95,6 +95,11 @@ public Object toObject(byte[] b, int o,

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368501#comment-14368501 ] ASF GitHub Bot commented on PHOENIX-1744: - Github user JamesRTaylor commented on

[jira] [Commented] (PHOENIX-1751) Perform aggregations, sorting, etc, in the preScannerNext instead of postScannerOpen

2015-03-18 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368534#comment-14368534 ] Lars Hofhansl commented on PHOENIX-1751: And even than, that would break

[jira] [Commented] (PHOENIX-1744) CAST from UNSIGNED_LONG (_INT) to * TIMESTAMP is not supported.

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14368544#comment-14368544 ] James Taylor commented on PHOENIX-1744: --- I agree it's a bug for unsigned_long, I

[jira] [Updated] (PHOENIX-1751) Perform aggregations, sorting, etc, in the preScannerNext instead of postScannerOpen

2015-03-18 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-1751: --- Attachment: 1751-WIP.txt Sketch of a patch. Nasty. Untested, but it does compile :)

[jira] [Created] (PHOENIX-1752) Phoenix should not early-start TableResultIterators

2015-03-18 Thread Lars Hofhansl (JIRA)
Lars Hofhansl created PHOENIX-1752: -- Summary: Phoenix should not early-start TableResultIterators Key: PHOENIX-1752 URL: https://issues.apache.org/jira/browse/PHOENIX-1752 Project: Phoenix

[jira] [Commented] (PHOENIX-1653) Allow option to pass peer zookeeper address to load data into a target cluster in Map Reduce api

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367644#comment-14367644 ] James Taylor commented on PHOENIX-1653: --- [~maghamravikiran] - please take a look

[jira] [Commented] (PHOENIX-1743) Add JSON type to Phoenix

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367726#comment-14367726 ] James Taylor commented on PHOENIX-1743: --- [~Andy Yang] - thanks for the patch. I

[jira] [Updated] (PHOENIX-628) Support native JSON data type

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-628: - Labels: JSON Java SQL (was: JSON Java SQL gsoc2015 mentor) Support native JSON data type

[ANNOUNCE] Samarth Jain release manager for 4.3 patch releases

2015-03-18 Thread James Taylor
I'm pleased to announce that Samarth Jain has volunteered to become the release manager for the 4.3 patch releases. Thanks so much, Samarth. Looking forward to a 4.3.1 release soon. Thanks, James

[jira] [Comment Edited] (PHOENIX-1580) Support UNION ALL

2015-03-18 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367656#comment-14367656 ] Maryann Xue edited comment on PHOENIX-1580 at 3/18/15 6:44 PM:

[jira] [Commented] (PHOENIX-628) Support native JSON data type

2015-03-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367728#comment-14367728 ] James Taylor commented on PHOENIX-628: -- [~maduranga.siriwardena] - thanks for the

[jira] [Updated] (PHOENIX-1642) Make Phoenix Master Branch pointing to HBase1.0.0

2015-03-18 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated PHOENIX-1642: --- Attachment: phoenix-1642_v3.patch Here is a rebased patch that applies to master based on

[jira] [Commented] (PHOENIX-1734) Local index improvements

2015-03-18 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14367766#comment-14367766 ] stack commented on PHOENIX-1734: Approaches #1 and #2 are not viable; too many changes