Merge branch '4.0' of https://git-wip-us.apache.org/repos/asf/phoenix into 4.0
Conflicts:
phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit:
PHOENIX-1251 Salted queries with range scan become full table scans
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/51f69bcb
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/51f69bcb
Diff:
http://git-wip-us.apache.org/repos/asf/phoenix/blob/51f69bcb/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
--
diff --git
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java
Repository: phoenix
Updated Branches:
refs/heads/4.0 f7e6a6c7e - 51f69bcb6
PHOENIX-1251 Salted queries with range scan become full table scans
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a5d07cc0
Tree:
http://git-wip-us.apache.org/repos/asf/phoenix/blob/51f69bcb/phoenix-core/src/main/java/org/apache/phoenix/iterate/SkipRangeParallelIteratorRegionSplitter.java
--
diff --git
Repository: phoenix
Updated Branches:
refs/heads/master a55c03cc9 - 051e40843
PHOENIX-1310: Spill files filling up /tmp on server(Siddharth Wagle)
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/051e4084
Tree:
Repository: phoenix
Updated Branches:
refs/heads/4.0 51f69bcb6 - 6e89ee5dc
PHOENIX-1310: Spill files filling up /tmp on server(Siddharth Wagle)
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6e89ee5d
Tree:
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/phoenix
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cd8c6b87
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cd8c6b87
Diff:
Repository: phoenix
Updated Branches:
refs/heads/master 051e40843 - cd8c6b877
http://git-wip-us.apache.org/repos/asf/phoenix/blob/d018cc1c/phoenix-core/src/test/java/org/apache/phoenix/util/TestUtil.java
--
diff --git
PHOENIX-1251 Salted queries with range scan become full table scans
Conflicts:
phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java
Project:
http://git-wip-us.apache.org/repos/asf/phoenix/blob/d018cc1c/phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDMLIT.java
--
diff --git
4.0 branch build status Successful
Source repository https://git-wip-us.apache.org/repos/asf/incubator-phoenix.git
Compiled Artifacts https://builds.apache.org/job/Phoenix-4.0-hadoop1/lastSuccessfulBuild/artifact/
Test Report
Repository: phoenix
Updated Branches:
refs/heads/3.0 ff47a9594 - d3e6a9fa2
PHOENIX-1310: Spill files filling up /tmp on server(Siddharth Wagle)
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d3e6a9fa
Tree:
See https://builds.apache.org/job/Phoenix-master-hadoop1/397/changes
Changes:
[jeffreyz] PHOENIX-1310: Spill files filling up /tmp on server(Siddharth Wagle)
[jtaylor] PHOENIX-1251 Salted queries with range scan become full table scans
--
[...truncated
See https://builds.apache.org/job/Phoenix-3.0-hadoop1/238/changes
Changes:
[jeffreyz] PHOENIX-1310: Spill files filling up /tmp on server(Siddharth Wagle)
--
[...truncated 9964 lines...]
ProductMetricsITBaseClientManagedTimeIT.dropTables:72 null
PHOENIX-1251 Salted queries with range scan become full table scans
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5f6f80b8
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5f6f80b8
Diff:
http://git-wip-us.apache.org/repos/asf/phoenix/blob/88c6abb0/phoenix-core/src/main/java/org/apache/phoenix/iterate/ExplainTable.java
--
diff --git
a/phoenix-core/src/main/java/org/apache/phoenix/iterate/ExplainTable.java
PHOENIX-1251 Salted queries with range scan become full table scans
Conflicts:
phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
phoenix-core/src/main/java/org/apache/phoenix/iterate/ParallelIterators.java
Conflicts:
Repository: phoenix
Updated Branches:
refs/heads/4.0 6e89ee5dc - 2d0aeacff
PHOENIX-1251 Salted queries with range scan become full table scans
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2d0aeacf
Tree:
Repository: phoenix
Updated Branches:
refs/heads/master cd8c6b877 - 340280b2e
PHOENIX-1251 Salted queries with range scan become full table scans
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/340280b2
Tree:
See https://builds.apache.org/job/Phoenix-4.0-hadoop1/351/changes
Repository: phoenix
Updated Branches:
refs/heads/master 340280b2e - b1be0f8b8
PHOENIX-1030 Change Expression.isDeterministic() to return a enum of values
ALWAYS, PER_STATEMENT, PER_ROW (Thomas D'Silva)
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit:
Repository: phoenix
Updated Branches:
refs/heads/3.0 80e218c24 - 9cf34400a
PHOENIX-1030 Change Expression.isDeterministic() to return a enum of values
ALWAYS, PER_STATEMENT, PER_ROW (Thomas D'Silva)
Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit:
See https://builds.apache.org/job/Phoenix-3.0-hadoop1/240/changes
Changes:
[jtaylor] PHOENIX-1030 Change Expression.isDeterministic() to return a enum of
values ALWAYS, PER_STATEMENT, PER_ROW (Thomas D'Silva)
--
[...truncated 9760 lines...]
24 matches
Mail list logo