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/06/30 09:32:54 UTC

[phoenix] branch master updated (fcdf5bc -> e516b19)

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 fcdf5bc  PHOENIX-6493 MetaData schemaPattern handling errors
     add e516b19  PHOENIX-6500 Allow 4.16 client to connect to 5.1 server (#1257)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/phoenix/util/MajorMinorVersion.java | 63 ++++++++++++++++++++++
 .../java/org/apache/phoenix/util/MetaDataUtil.java | 23 ++++++--
 2 files changed, 82 insertions(+), 4 deletions(-)
 create mode 100644 phoenix-core/src/main/java/org/apache/phoenix/util/MajorMinorVersion.java