[jira] [Commented] (PHOENIX-3690) Support declaring default values in Phoenix-Calcite

2017-02-23 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15882026#comment-15882026 ] Maryann Xue commented on PHOENIX-3690: -- I see. Not sure if it can be reused somewhere else, but

[jira] [Assigned] (PHOENIX-3685) Extra DeleteFamily marker in non tx index table when setting covered column to null

2017-02-23 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva reassigned PHOENIX-3685: --- Assignee: Thomas D'Silva > Extra DeleteFamily marker in non tx index table when

[jira] [Commented] (PHOENIX-3689) Not determinist order by with limit

2017-02-23 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881828#comment-15881828 ] chenglei commented on PHOENIX-3689: --- Could you please provide your table DDL and some sample data? so

[jira] [Commented] (PHOENIX-3690) Support declaring default values in Phoenix-Calcite

2017-02-23 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881754#comment-15881754 ] Rajeshbabu Chintaguntla commented on PHOENIX-3690: -- [~maryannxue] Actually the

[jira] [Commented] (PHOENIX-3690) Support declaring default values in Phoenix-Calcite

2017-02-23 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881698#comment-15881698 ] Maryann Xue commented on PHOENIX-3690: -- Thank you very much for the patch, [~rajeshbabu]! Questions

[jira] [Updated] (PHOENIX-3667) Optimize BooleanExpressionFilter for tables with encoded columns

2017-02-23 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-3667: -- Attachment: PHOENIX-3667_wip.patch Parking a WIP patch. Existing tests pass. Will run perf

[jira] [Created] (PHOENIX-3692) UPSERT with literal values into unsigned columns does not work

2017-02-23 Thread Maryann Xue (JIRA)
Maryann Xue created PHOENIX-3692: Summary: UPSERT with literal values into unsigned columns does not work Key: PHOENIX-3692 URL: https://issues.apache.org/jira/browse/PHOENIX-3692 Project: Phoenix

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102852972 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java --- @@ -858,7 +868,7 @@ public ColumnRef resolveColumn(String

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102846635 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRuntimeIT.java --- @@ -61,11 +61,11 @@ private static void

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102846784 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/PointInTimeQueryIT.java --- @@ -57,61 +52,6 @@ public static void doSetup() throws

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102850416 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java --- @@ -291,39 +324,59 @@ public static void

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102846115 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/CaseStatementIT.java --- @@ -177,41 +177,8 @@ public void

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102850787 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java --- @@ -291,39 +324,59 @@ public static void

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102846897 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryIT.java --- @@ -124,13 +124,8 @@ public void testIntFilter() throws Exception {

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102846464 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/ParallelClientManagedTimeIT.java --- @@ -0,0 +1,39 @@ +/* + * Licensed to the

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102849484 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/BaseScannerRegionObserver.java --- @@ -528,21 +552,6 @@ private int

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102848050 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java --- @@ -858,7 +868,7 @@ public ColumnRef resolveColumn(String

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102848383 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/compile/QueryCompiler.java --- @@ -94,7 +94,7 @@ */ private static final

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102851976 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java --- @@ -106,7 +115,8 @@ private List families;

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102851725 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java --- @@ -263,6 +264,8 @@ public static final String

[jira] [Updated] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread Peter Conrad (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Conrad updated PHOENIX-3218: -- Attachment: Phoenix-Tuning-Guide-20170223.md Made edits in response to comments since

[jira] [Commented] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881530#comment-15881530 ] Josh Elser commented on PHOENIX-3218: - bq. This is a common RDBMS pattern. Databases aren't happy if

[jira] [Commented] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread Peter Conrad (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881522#comment-15881522 ] Peter Conrad commented on PHOENIX-3218: --- Thanks, [~giacomotaylor], that answer helps a lot. Any

[jira] [Issue Comment Deleted] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread Peter Conrad (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Conrad updated PHOENIX-3218: -- Comment: was deleted (was: Thanks, [~giacomotaylor], that answer helps a lot. Any insight on

[jira] [Commented] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread Peter Conrad (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881521#comment-15881521 ] Peter Conrad commented on PHOENIX-3218: --- Thanks, [~giacomotaylor], that answer helps a lot. Any

[jira] [Comment Edited] (PHOENIX-3411) Support for Dynamic Columns in Phoenix-Calcite

2017-02-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881511#comment-15881511 ] Kevin Liew edited comment on PHOENIX-3411 at 2/23/17 11:00 PM: --- Modifiable

[jira] [Comment Edited] (PHOENIX-3411) Support for Dynamic Columns in Phoenix-Calcite

2017-02-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881511#comment-15881511 ] Kevin Liew edited comment on PHOENIX-3411 at 2/23/17 10:59 PM: --- Modifiable

[jira] [Comment Edited] (PHOENIX-3411) Support for Dynamic Columns in Phoenix-Calcite

2017-02-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881511#comment-15881511 ] Kevin Liew edited comment on PHOENIX-3411 at 2/23/17 10:58 PM: --- Modifiable

[jira] [Commented] (PHOENIX-3411) Support for Dynamic Columns in Phoenix-Calcite

2017-02-23 Thread Kevin Liew (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881511#comment-15881511 ] Kevin Liew commented on PHOENIX-3411: - Modifiable views depend on the Calcite extend feature. I am

[jira] [Commented] (PHOENIX-3218) First draft of Phoenix Tuning Guide

2017-02-23 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881510#comment-15881510 ] James Taylor commented on PHOENIX-3218: --- bq. When using `UPSERT` to write a large number of

[jira] [Updated] (PHOENIX-3690) Support declaring default values in Phoenix-Calcite

2017-02-23 Thread Rajeshbabu Chintaguntla (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-3690: - Attachment: PHOENIX-3690.patch [~maryannxue] [~kliew] Here is the patch

[jira] [Commented] (PHOENIX-3671) Implement TAL functionality for Tephra

2017-02-23 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15881110#comment-15881110 ] Thomas D'Silva commented on PHOENIX-3671: - Yes, {{MutationStatate.join(MutationState

[jira] [Updated] (PHOENIX-3669) YEAR/MONTH/DAY/HOUR/MINUTES/SECOND built-in functions do not work in Calcite-Phoenix

2017-02-23 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated PHOENIX-3669: - Issue Type: Sub-task (was: Bug) Parent: PHOENIX-3104 >

[jira] [Created] (PHOENIX-3691) Old value is overwriting with null when latest upsert has missing columns from the index in Phoenix-Calcite.

2017-02-23 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-3691: Summary: Old value is overwriting with null when latest upsert has missing columns from the index in Phoenix-Calcite. Key: PHOENIX-3691 URL:

[jira] [Created] (PHOENIX-3690) Support declaring default values in Phoenix-Calcite

2017-02-23 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-3690: Summary: Support declaring default values in Phoenix-Calcite Key: PHOENIX-3690 URL: https://issues.apache.org/jira/browse/PHOENIX-3690

[jira] [Created] (PHOENIX-3689) Not determinist order by with limit

2017-02-23 Thread Arthur (JIRA)
Arthur created PHOENIX-3689: --- Summary: Not determinist order by with limit Key: PHOENIX-3689 URL: https://issues.apache.org/jira/browse/PHOENIX-3689 Project: Phoenix Issue Type: Bug Affects

[GitHub] phoenix pull request #232: Pull request for merging the encode columns branc...

2017-02-23 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/232#discussion_r102769336 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/PositionBasedMultiKeyValueTuple.java --- @@ -0,0 +1,86 @@ +/* + *

[GitHub] phoenix issue #232: Pull request for merging the encode columns branch to 4....

2017-02-23 Thread JamesRTaylor
Github user JamesRTaylor commented on the issue: https://github.com/apache/phoenix/pull/232 @enis, @chrajeshbabu, @ankitsinghal - would you guys like to take a look? Would be great to get some feedback. @samarthjain - maybe you can point out some key parts of the pull request

[jira] [Updated] (PHOENIX-3688) Rebuild(ALTER INDEX IDX ON TABLE REBUILD) of indexes created on table having row_timestamp column will result in no data visible to the User for that Index.

2017-02-23 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Singhal updated PHOENIX-3688: --- Reporter: Cheng Xu (was: Ankit Singhal) > Rebuild(ALTER INDEX IDX ON TABLE REBUILD) of