This is an automated email from the ASF dual-hosted git repository.

pboado pushed a change to branch 5.x-cdh6
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 1d8240f  PHOENIX-4956 Distribution of Apache Phoenix 5.1 for CDH 6.1 
(addendum)
     new 5e24206  PHOENIX-5230 Fix ChangePermissionsIT and TableDDLPermissionIT 
on master
     new 2b09572  PHOENIX-5138 - ViewIndexId sequences created after 
PHOENIX-5132 shouldn't collide with ones created before it
     new c21c02d  PHOENIX-5194 Thread Cache is not update for Index retries in 
for MutationState#send()#doMutation()
     new b4d72c7  PHOENIX-4273 MutableIndexSplitIT#testSplitDuringIndexScan is 
failing for local indexes
     new 2f5e959  PHOENIX-5226 The format of VIEW_MODIFIED_PROPERTY_BYTES is 
incorrect as a tag of the cell
     new 0a5aec8  PHOENIX-5137 check region close before commiting a batch for 
index rebuild
     new f3e17d3  PHOENIX-5217 Incorrect result for COUNT DISTINCT limit

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/phoenix/end2end/BasePermissionsIT.java  | 630 ++++++++++++++++++---
 .../phoenix/end2end/ChangePermissionsIT.java       | 294 ----------
 .../apache/phoenix/end2end/DistinctCountIT.java    |  28 +
 .../phoenix/end2end/PermissionNSDisabledIT.java    |  15 +
 .../phoenix/end2end/PermissionNSEnabledIT.java     |  53 ++
 .../phoenix/end2end/SystemTablePermissionsIT.java  | 131 -----
 .../phoenix/end2end/TableDDLPermissionsIT.java     | 240 --------
 .../java/org/apache/phoenix/end2end/UpgradeIT.java | 118 +++-
 .../index/MutableIndexSplitReverseScanIT.java      |   3 +-
 .../apache/phoenix/end2end/index/ViewIndexIT.java  |  10 +-
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |  54 +-
 .../UngroupedAggregateRegionObserver.java          |  30 +-
 .../org/apache/phoenix/execute/MutationState.java  |  28 +
 .../phoenix/index/PhoenixIndexFailurePolicy.java   |  10 +-
 .../phoenix/iterate/BaseResultIterators.java       |  23 +-
 .../phoenix/query/ConnectionQueryServicesImpl.java |   6 +
 .../org/apache/phoenix/query/QueryConstants.java   |   4 +-
 .../java/org/apache/phoenix/util/MetaDataUtil.java |  30 +-
 .../java/org/apache/phoenix/util/UpgradeUtil.java  | 112 +++-
 .../apache/phoenix/compile/QueryCompilerTest.java  |  25 +
 .../tool/ParameterizedPhoenixCanaryToolIT.java     |   1 -
 .../org/apache/phoenix/util/MetaDataUtilTest.java  |  42 ++
 .../java/org/apache/phoenix/util/TestUtil.java     |  13 +
 23 files changed, 1066 insertions(+), 834 deletions(-)
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ChangePermissionsIT.java
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSDisabledIT.java
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/PermissionNSEnabledIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemTablePermissionsIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/TableDDLPermissionsIT.java

Reply via email to