You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2021/02/14 07:17:31 UTC

[phoenix] branch master updated (f0bc827 -> 6ed3caf)

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

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


    from f0bc827  PHOENIX-6380 phoenix-client-embedded depends on logging classes
     add 6ed3caf  PHOENIX-6343 : Phoenix allows duplicate column names when one of them is a primary key (#1117)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/phoenix/end2end/CreateTableIT.java  | 131 +++++++++++++++++++++
 .../monitoring/PhoenixLoggingMetricsIT.java        |  17 +--
 .../phoenix/coprocessor/AddColumnMutator.java      |  24 ++++
 .../org/apache/phoenix/schema/MetaDataClient.java  |  23 +++-
 .../apache/phoenix/compile/QueryOptimizerTest.java |   5 +-
 5 files changed, 186 insertions(+), 14 deletions(-)