This is an automated email from the ASF dual-hosted git repository.
yanxinyi pushed a change to branch 4.16
in repository https://gitbox.apache.org/repos/asf/phoenix.git.
from 91739be PHOENIX-6380 phoenix-client-embedded depends on logging
classes
new f6b030f PHOENIX-6344: CASCADE on ALTER should NOOP when there are no
secondary indexes (#1135)
new 47a52bc PHOENIX-6343 : Phoenix allows duplicate column names when one
of them is a primary key (#1118)
The 2 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:
.../phoenix/end2end/AlterAddCascadeIndexIT.java | 83 +++++++++----
.../org/apache/phoenix/end2end/CreateTableIT.java | 131 +++++++++++++++++++++
.../monitoring/PhoenixLoggingMetricsIT.java | 17 +--
.../phoenix/coprocessor/AddColumnMutator.java | 24 ++++
.../org/apache/phoenix/schema/MetaDataClient.java | 35 +++++-
.../apache/phoenix/compile/QueryOptimizerTest.java | 5 +-
6 files changed, 254 insertions(+), 41 deletions(-)