[2/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/45079c4e/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java

[3/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/45079c4e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/45079c4e Diff:

[1/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 8a7ba9dde -> b24f7677c http://git-wip-us.apache.org/repos/asf/phoenix/blob/b24f7677/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertValuesIT.java -- diff

[3/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bb18843d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bb18843d Diff:

[3/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b24f7677 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b24f7677 Diff:

[3/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4c6e0f67 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4c6e0f67 Diff:

[1/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 51fae875a -> 4c6e0f676 http://git-wip-us.apache.org/repos/asf/phoenix/blob/4c6e0f67/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertValuesIT.java --

[2/3] phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified

2017-09-28 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/4c6e0f67/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java

[02/25] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/06f58d56 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/06f58d56 Diff:

Build failed in Jenkins: Phoenix | Master #1817

2017-09-28 Thread Apache Jenkins Server
See Changes: [tdsilva] PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is -- [...truncated 98.63 KB...] [INFO] Running

Build failed in Jenkins: Phoenix-4.x-HBase-1.1 #599

2017-09-28 Thread Apache Jenkins Server
See Changes: [tdsilva] PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is -- [...truncated 97.25 KB...] [INFO] Running

phoenix git commit: PHOENIX-4252 Remove BaseClientManagedTimeIT as it's no longer used

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master dd3b7b6c0 -> cabd3c0b4 PHOENIX-4252 Remove BaseClientManagedTimeIT as it's no longer used Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cabd3c0b Tree:

[07/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java

[17/25] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/527f786a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java

[10/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java

[12/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java

[20/25] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3d9adc6f/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java

[15/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/834133a1 Tree:

[01/25] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master 45079c4ea -> dd3b7b6c0 http://git-wip-us.apache.org/repos/asf/phoenix/blob/06f58d56/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java -- diff

[14/25] phoenix git commit: PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fd777640 Tree:

[11/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinLocalIndexIT.java -- diff --git

[19/25] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3d9adc6f/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexUsageIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexUsageIT.java

[09/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryIT.java

[22/25] phoenix git commit: PHOENIX-4249 Decrease unique name allocation for SequenceIT

2017-09-28 Thread jamestaylor
PHOENIX-4249 Decrease unique name allocation for SequenceIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3593ec8b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3593ec8b Diff:

[05/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinNoIndexIT.java -- diff --git

[18/25] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/527f786a Tree:

[25/25] phoenix git commit: PHOENIX-4250 Breakup AlterTableIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4250 Breakup AlterTableIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/eafb58be Tree:

[03/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SubqueryIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SubqueryIT.java

[13/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ee20a8c9 Tree:

[08/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java

[23/25] phoenix git commit: PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dd3b7b6c Tree:

[16/25] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/527f786a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java

[04/25] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ee20a8c9/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SortMergeJoinIT.java -- diff --git

phoenix git commit: PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes

2017-09-28 Thread samarth
Repository: phoenix Updated Branches: refs/heads/master d76a4f4e5 -> a4ce14bad PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a4ce14ba

phoenix git commit: PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes

2017-09-28 Thread samarth
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 1dc408e07 -> 85e455bd1 PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Build failed in Jenkins: Phoenix-4.x-HBase-1.1 #601

2017-09-28 Thread Apache Jenkins Server
See Changes: [jtaylor] PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set [jtaylor] PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to [jtaylor] PHOENIX-4245

[2/2] phoenix git commit: PHOENIX-4253 Make doSetup final to prevent errand overrides

2017-09-28 Thread jamestaylor
PHOENIX-4253 Make doSetup final to prevent errand overrides Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5d250bb1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5d250bb1 Diff:

[2/2] phoenix git commit: PHOENIX-4253 Make doSetup final to prevent errand overrides

2017-09-28 Thread jamestaylor
PHOENIX-4253 Make doSetup final to prevent errand overrides Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/def7ba3d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/def7ba3d Diff:

[1/2] phoenix git commit: PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 872847599 -> def7ba3db PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[1/2] phoenix git commit: PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 c75ea4ead -> 5d250bb1e PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Build failed in Jenkins: Phoenix-4.x-HBase-1.2 #182

2017-09-28 Thread Apache Jenkins Server
See Changes: [jtaylor] PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set [jtaylor] PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to [jtaylor] PHOENIX-4245

phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master 29acb7786 -> d76a4f4e5 PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 5d250bb1e -> fc18cd609 PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 a53bcd1ca -> 1dc408e07 PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Build failed in Jenkins: Phoenix | Master #1819

2017-09-28 Thread Apache Jenkins Server
See Changes: [jtaylor] PHOENIX-4252 Remove BaseClientManagedTimeIT as it's no longer used [tdsilva] PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is

Build failed in Jenkins: Phoenix-4.x-HBase-1.1 #600

2017-09-28 Thread Apache Jenkins Server
See Changes: [tdsilva] PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is -- [...truncated 97.37 KB...] [INFO] Tests run: 1, Failures: 0,

[2/2] phoenix git commit: PHOENIX-4253 Make doSetup final to prevent errand overrides

2017-09-28 Thread jamestaylor
PHOENIX-4253 Make doSetup final to prevent errand overrides Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a53bcd1c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a53bcd1c Diff:

[1/2] phoenix git commit: PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 d471329e0 -> a53bcd1ca PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4253 Make doSetup final to prevent errand overrides

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master 34c14c1bd -> 29acb7786 PHOENIX-4253 Make doSetup final to prevent errand overrides Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/29acb778 Tree:

phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 def7ba3db -> 388b21ab8 PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes

2017-09-28 Thread samarth
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 fc18cd609 -> acf89db38 PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes

2017-09-28 Thread samarth
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 388b21ab8 -> 2a1a2b202 PHOENIX-4243 Using rowtimestamp column with RVC causes an exception sometimes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Build failed in Jenkins: Phoenix-4.x-HBase-1.2 #181

2017-09-28 Thread Apache Jenkins Server
See Changes: [tdsilva] PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is -- [...truncated 99.42 KB...] [INFO] Tests run: 1, Failures: 0,

phoenix git commit: PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum)

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master 22f336d52 -> 34c14c1bd PHOENIX-4248 IndexExpressionIT into several integration tests so as not to create too many tables in one test (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum)

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 b24f7677c -> 5c12980a4 PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum)

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 bb18843d7 -> b755933b3 PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum)

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 4c6e0f676 -> 14a8c332e PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum)

2017-09-28 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/master cabd3c0b4 -> 22f336d52 PHOENIX-4187 Use server timestamp for ROW_TIMESTAMP column when value is not specified (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[18/27] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/c6f030a8/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java

[20/27] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c6f030a8 Tree:

[14/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bfcd57c2 Tree:

[27/27] phoenix git commit: PHOENIX-4249 Decrease unique name allocation for SequenceIT

2017-09-28 Thread jamestaylor
PHOENIX-4249 Decrease unique name allocation for SequenceIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f0aa3bf8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f0aa3bf8 Diff:

[11/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java

[23/27] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3d9b078d/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexUsageIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexUsageIT.java

[19/27] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/c6f030a8/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java

[08/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java

[16/27] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/83987512 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/83987512 Diff:

[26/27] phoenix git commit: PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6429f1df Tree:

[24/27] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3d9b078d/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java

[15/27] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/83987512/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java

[06/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinNoIndexIT.java -- diff --git

[04/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SubqueryIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SubqueryIT.java

[03/27] phoenix git commit: PHOENIX-4250 Breakup AlterTableIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4250 Breakup AlterTableIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fc6d9a0b Tree:

[17/27] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/c6f030a8/phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildIT.java -- diff --git

[21/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fec85603 Tree:

[25/27] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3d9b078d Tree:

[13/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java

[05/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/SortMergeJoinIT.java -- diff --git

[02/27] phoenix git commit: PHOENIX-4250 Breakup AlterTableIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/fc6d9a0b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SetPropertyIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SetPropertyIT.java

[12/27] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bfcd57c2/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinLocalIndexIT.java -- diff --git

[22/27] phoenix git commit: PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f94f1689 Tree:

[02/26] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/db5f6510 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/db5f6510 Diff:

[06/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinNoIndexIT.java -- diff --git

[25/26] phoenix git commit: PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4251 Breakup ProductMetricsIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5f333668 Tree:

[20/26] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/22e0b0e6 Tree:

[13/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinIT.java

[18/26] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/22e0b0e6/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ArrayIT.java

[24/26] phoenix git commit: PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4245 Breakup IndexIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6d933d59 Tree:

[10/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SubqueryIT.java

[17/26] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ede28e00 Tree:

[19/26] phoenix git commit: PHOENIX-4244 Breakup ArrayIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/22e0b0e6/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Array3IT.java

[09/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/BaseJoinIT.java

[07/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinLocalIndexIT.java -- diff --git

[11/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java

[08/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/join/HashJoinIT.java

[02/26] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/68b244ce Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/68b244ce Diff:

[14/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/210b17fb Tree:

[12/26] phoenix git commit: PHOENIX-4246 Breakup join related tests into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/210b17fb/phoenix-core/src/it/java/org/apache/phoenix/end2end/HashJoinLocalIndexIT.java -- diff --git

[16/26] phoenix git commit: PHOENIX-4248 Breakup IndexExpressionIT into several integration tests so as not to create too many tables in one test

2017-09-28 Thread jamestaylor
http://git-wip-us.apache.org/repos/asf/phoenix/blob/ede28e00/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexIT.java

[01/26] phoenix git commit: PHOENIX-4096 Disallow DML operations on connections with CURRENT_SCN set

2017-09-28 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.2 b755933b3 -> c75ea4ead http://git-wip-us.apache.org/repos/asf/phoenix/blob/68b244ce/phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java --

  1   2   >