[jira] [Commented] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-23 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639931#comment-14639931 ] Dumindu Buddhika commented on PHOENIX-2138: --- Hi [~ram_krish] There was an erro

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639908#comment-14639908 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639906#comment-14639906 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394964 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/expression/function/JsonFunctionTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apac

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394953 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/expression/function/JsonFunctionTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apac

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639903#comment-14639903 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394937 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/expression/function/JsonFunctionTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apac

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639904#comment-14639904 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394919 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/expression/function/JsonFunctionTest.java --- @@ -0,0 +1,284 @@ +/* + * Licensed to the Apac

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639900#comment-14639900 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394793 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/json/PhoenixJson.java --- @@ -231,4 +236,197 @@ private PhoenixJson getPhoenixJsonInternal(Str

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639899#comment-14639899 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394674 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/function/JsonEachFunction.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apach

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639895#comment-14639895 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35394623 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/function/ArrayToJsonFunction.java --- @@ -0,0 +1,105 @@ +/* + * Licensed to the A

[jira] [Commented] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-23 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639885#comment-14639885 ] ramkrishna.s.vasudevan commented on PHOENIX-2138: - Missed this yesterday

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639852#comment-14639852 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35392777 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/expression/function/JsonArrayElementsFunction.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639851#comment-14639851 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35392706 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/json/PhoenixJson.java --- @@ -231,4 +236,197 @@ private PhoenixJson getPhoenixJsonInternal(Str

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639838#comment-14639838 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35392010 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/json/PhoenixJson.java --- @@ -231,4 +236,197 @@ private PhoenixJson getPhoenixJsonInternal(Str

[jira] [Commented] (PHOENIX-2126) Improving performance of merge sort by multi-threaded and minheap implementation

2015-07-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639791#comment-14639791 ] James Taylor commented on PHOENIX-2126: --- Nice work, [~ankit.singhal]. Would it mak

[jira] [Commented] (PHOENIX-2143) Use region start key instead of region name in stats primary key

2015-07-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639763#comment-14639763 ] James Taylor commented on PHOENIX-2143: --- [~maryannxue] - this is the additional st

[jira] [Created] (PHOENIX-2143) Use region start key instead of region name in stats primary key

2015-07-23 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2143: - Summary: Use region start key instead of region name in stats primary key Key: PHOENIX-2143 URL: https://issues.apache.org/jira/browse/PHOENIX-2143 Project: Phoenix

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639759#comment-14639759 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639757#comment-14639757 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35388362 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/JsonArrayLengthFunctionIT.java --- @@ -0,0 +1,114 @@ +/** + * + */ +package o

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35388305 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/JsonArrayLengthFunctionIT.java --- @@ -0,0 +1,114 @@ +/** + * + */ +package o

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639754#comment-14639754 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35388212 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/JsonArrayLengthFunctionIT.java --- @@ -0,0 +1,114 @@ +/** + * + */ +package o

[jira] [Commented] (PHOENIX-2126) Improving performance of merge sort by multi-threaded and minheap implementation

2015-07-23 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639745#comment-14639745 ] Samarth Jain commented on PHOENIX-2126: --- Thinking about this a little bit more, I

[jira] [Commented] (PHOENIX-2126) Improving performance of merge sort by multi-threaded and minheap implementation

2015-07-23 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639738#comment-14639738 ] Samarth Jain commented on PHOENIX-2126: --- [~ankit.singhal] - this is interesting. S

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639556#comment-14639556 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on a d

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

2015-07-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639554#comment-14639554 ] ASF GitHub Bot commented on PHOENIX-1661: - Github user twdsilva commented on the

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on the pull request: https://github.com/apache/phoenix/pull/93#issuecomment-124247112 @ictwanglei Can you please rebase and upload new patch, this one does not apply cleanly to the json branch? --- If your project is set up for it, you can reply to thi

[GitHub] phoenix pull request: PHOENIX-1661 Implement built-in functions fo...

2015-07-23 Thread twdsilva
Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/93#discussion_r35374980 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/JsonArrayLengthFunctionIT.java --- @@ -0,0 +1,114 @@ +/** --- End diff -- Add

[jira] [Created] (PHOENIX-2142) Implement octet_length build-in function for BINARY and VARBINARY

2015-07-23 Thread Shuxiong Ye (JIRA)
Shuxiong Ye created PHOENIX-2142: Summary: Implement octet_length build-in function for BINARY and VARBINARY Key: PHOENIX-2142 URL: https://issues.apache.org/jira/browse/PHOENIX-2142 Project: Phoenix

[jira] [Updated] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-23 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye updated PHOENIX-2140: - Attachment: 0001-PHOENIX-2140-Implement-get_byte-set_byte-get_bit-set.patch Hi [~jamestaylor], T

[jira] [Created] (PHOENIX-2141) ComparisonExpression should return Boolean null if either operand is null

2015-07-23 Thread Maryann Xue (JIRA)
Maryann Xue created PHOENIX-2141: Summary: ComparisonExpression should return Boolean null if either operand is null Key: PHOENIX-2141 URL: https://issues.apache.org/jira/browse/PHOENIX-2141 Project:

[jira] [Commented] (PHOENIX-2126) Improving performance of merge sort by multi-threaded and minheap implementation

2015-07-23 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639015#comment-14639015 ] Rajeshbabu Chintaguntla commented on PHOENIX-2126: -- You can format the

[jira] [Assigned] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-23 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuxiong Ye reassigned PHOENIX-2140: Assignee: Shuxiong Ye > Implement get_byte/set_byte/get_bit/set_bit Binary String build-i

[jira] [Created] (PHOENIX-2140) Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function

2015-07-23 Thread Shuxiong Ye (JIRA)
Shuxiong Ye created PHOENIX-2140: Summary: Implement get_byte/set_byte/get_bit/set_bit Binary String build-in function Key: PHOENIX-2140 URL: https://issues.apache.org/jira/browse/PHOENIX-2140 Project

[jira] [Updated] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-23 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Buddhika updated PHOENIX-2138: -- Attachment: PHOENIX-2138_v2.patch > Non equality comparisons don't work for ARRAY type

[jira] [Updated] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-23 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Buddhika updated PHOENIX-2138: -- Attachment: (was: PHOENIX-2138_v2.patch) > Non equality comparisons don't work for

[jira] [Updated] (PHOENIX-2138) Non equality comparisons don't work for ARRAY type columns that are DESC in row key

2015-07-23 Thread Dumindu Buddhika (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dumindu Buddhika updated PHOENIX-2138: -- Attachment: PHOENIX-2138_v2.patch Thanks for the suggestion [~jamestaylor]. Patch with