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

vjasani pushed a change to branch tmp-ec
in repository https://gitbox.apache.org/repos/asf/phoenix.git


 discard c2398c20b0 ec changes
     add ba340dd31c PHOENIX-7474 addendum (#2363)
     add aa44ae6dcb PHOENIX-7743 : Fix TNFE in IndexTool server side builds for 
case sensitive names (#2331)
     add 3050049d30 PHOENIX-7753 : Allow uncovered index creation on tables 
with relaxed conditional TTL (#2357)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c2398c20b0)
            \
             N -- N -- N   refs/heads/tmp-ec (3050049d30)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |   2 +-
 Jenkinsfile.yetus                                  |   2 +-
 phoenix-core-client/src/main/antlr3/PhoenixSQL.g   |  14 +-
 .../org/apache/phoenix/compile/JoinCompiler.java   |   3 +-
 .../coprocessorclient/MetaDataProtocol.java        |   4 +-
 .../org/apache/phoenix/index/IndexMaintainer.java  |  17 -
 .../phoenix/jdbc/PhoenixDatabaseMetaData.java      |  12 -
 .../org/apache/phoenix/jdbc/PhoenixStatement.java  |  24 +-
 .../mapreduce/index/IndexToolTableUtil.java        |   7 +-
 .../apache/phoenix/parse/AlterIndexStatement.java  |  15 +-
 .../apache/phoenix/parse/CreateIndexStatement.java |  34 -
 .../org/apache/phoenix/parse/ParseNodeFactory.java |   8 -
 .../phoenix/query/ConnectionQueryServicesImpl.java |  30 +-
 .../query/ConnectionlessQueryServicesImpl.java     |   8 -
 .../org/apache/phoenix/query/QueryConstants.java   |  27 +-
 .../phoenix/schema/ConditionalTTLExpression.java   |  12 +-
 .../org/apache/phoenix/schema/DelegateTable.java   |   6 -
 .../phoenix/schema/LiteralTTLExpression.java       |   2 +-
 .../org/apache/phoenix/schema/MetaDataClient.java  | 140 +---
 .../java/org/apache/phoenix/schema/PTable.java     |   8 -
 .../java/org/apache/phoenix/schema/PTableImpl.java |  28 +-
 .../org/apache/phoenix/schema/TTLExpression.java   |   8 +-
 .../apache/phoenix/schema/tool/SchemaSQLUtil.java  |   7 -
 .../phoenix/schema/transform/TransformClient.java  |   7 +-
 .../phoenix/schema/types/IndexConsistency.java     | 109 ---
 .../org/apache/phoenix/util/CDCChangeBuilder.java  |  15 -
 .../main/java/org/apache/phoenix/util/CDCUtil.java |  29 -
 .../java/org/apache/phoenix/util/MetaDataUtil.java |   3 +-
 phoenix-core-client/src/main/protobuf/PTable.proto |   1 -
 .../src/main/protobuf/ServerCachingService.proto   |   1 -
 phoenix-core-server/pom.xml                        |   4 -
 .../coprocessor/CDCGlobalIndexRegionScanner.java   | 105 +--
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |  68 +-
 .../coprocessor/UncoveredIndexRegionScanner.java   |  17 +-
 .../phoenix/hbase/index/IndexCDCConsumer.java      | 857 ---------------------
 .../phoenix/hbase/index/IndexRegionObserver.java   | 199 -----
 .../TrackingParallelWriterIndexCommitter.java      |   7 +-
 .../PhoenixServerBuildIndexInputFormat.java        |  16 +-
 .../apache/phoenix/mapreduce/index/IndexTool.java  |   4 +-
 .../index/IndexVerificationOutputRepository.java   |  15 +-
 .../index/IndexVerificationResultRepository.java   |  12 +-
 .../apache/phoenix/end2end/BasePermissionsIT.java  |   4 +-
 .../java/org/apache/phoenix/end2end/Bson4IT.java   |  11 -
 .../java/org/apache/phoenix/end2end/Bson5IT.java   |  86 +--
 .../ConcurrentMutationsCoveredEventualIT.java      |  36 -
 .../ConcurrentMutationsCoveredNonEventualIT.java   |  36 -
 .../end2end/ConcurrentMutationsExtendedIT.java     | 108 +--
 .../ConcurrentMutationsExtendedIndexIT.java        | 278 -------
 .../ConcurrentMutationsLazyPostBatchWriteIT.java   |   4 +-
 .../ConcurrentMutationsUncoveredEventualIT.java    |  36 -
 .../ConcurrentMutationsUncoveredNonEventualIT.java |  36 -
 .../end2end/IndexMaintainerConsistencyIT.java      | 216 ------
 .../end2end/IndexRepairRegionScannerIT.java        |  20 +-
 .../end2end/IndexToolForNonTxGlobalIndexIT.java    |  46 +-
 .../org/apache/phoenix/end2end/IndexToolIT.java    | 123 ++-
 .../end2end/MetadataServerConnectionsIT.java       |   2 -
 .../MigrateSystemTablesToSystemNamespaceIT.java    |  16 +-
 .../phoenix/end2end/QueryDatabaseMetaDataIT.java   |   7 +-
 .../org/apache/phoenix/end2end/SetPropertyIT.java  |  44 ++
 .../end2end/SkipSystemTablesExistenceCheckIT.java  |   2 +-
 .../SystemTablesCreationOnConnectionIT.java        |   4 +-
 .../phoenix/end2end/TenantSpecificTablesDDLIT.java |   3 -
 .../phoenix/end2end/UCFWithServerMetadataIT.java   |   2 -
 .../org/apache/phoenix/end2end/UpsertSelectIT.java |   2 -
 .../phoenix/end2end/VarBinaryEncoded2IT.java       |  89 +--
 .../index/GlobalIndexCheckerWithRegionMovesIT.java |   2 -
 .../end2end/index/IndexAsyncThresholdIT.java       |   2 -
 .../index/IndexVerificationOutputRepositoryIT.java |  13 +-
 .../index/IndexVerificationResultRepositoryIT.java |  17 +-
 .../end2end/index/PartialSystemCatalogIndexIT.java |   4 +-
 .../index/ReplicationWithWALAnnotationIT.java      |   3 -
 .../UncoveredGlobalIndexRegionScanner2IT.java      |   2 -
 .../phoenix/jdbc/FailoverPhoenixConnectionIT.java  |   5 -
 .../HAConnectionWithMasterAndRPCRegistryIT.java    |   5 -
 .../jdbc/HighAvailabilityTestingUtilityIT.java     |   5 -
 .../jdbc/ParallelPhoenixConnectionFallbackIT.java  |   5 -
 .../ParallelPhoenixNullComparingResultSetIT.java   |   5 -
 .../phoenix/monitoring/BasePhoenixMetricsIT.java   |   2 -
 .../monitoring/PhoenixTableLevelMetricsIT.java     |   3 -
 .../ConnectionQueryServicesMetricsIT.java          |   4 -
 .../phoenix/query/MaxConcurrentConnectionsIT.java  |   2 -
 .../apache/phoenix/query/MetaDataCachingIT.java    |   2 -
 .../phoenix/parse/IndexConsistencyParseTest.java   |  87 ---
 .../schema/ConditionalTTLExpressionTest.java       |  87 ++-
 .../org/apache/phoenix/util/IndexScrutiny.java     |  18 +-
 .../java/org/apache/phoenix/util/TestUtil.java     |  94 ---
 86 files changed, 499 insertions(+), 2966 deletions(-)
 delete mode 100644 
phoenix-core-client/src/main/java/org/apache/phoenix/schema/types/IndexConsistency.java
 delete mode 100644 
phoenix-core-server/src/main/java/org/apache/phoenix/hbase/index/IndexCDCConsumer.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsCoveredEventualIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsCoveredNonEventualIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsExtendedIndexIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsUncoveredEventualIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConcurrentMutationsUncoveredNonEventualIT.java
 delete mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexMaintainerConsistencyIT.java
 delete mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/parse/IndexConsistencyParseTest.java

Reply via email to