You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2022/06/03 00:05:48 UTC

[phoenix] branch master updated (e41cbde95c -> 3d6b1206dc)

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

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


    from e41cbde95c PHOENIX-6688 Upgrade to phoenix 4.16 metadata upgrade fails when SYSCAT has large number of tenant views (#1439)
     add 3d6b1206dc PHOENIX-6711 Add support of skipping the system tables existence check during connection initialisation and create new table result iterator which doesn't require fetch meta data of table(Rajeshbabu)

No new revisions were added by this update.

Summary of changes:
 .../SkipSystemTablesExistenceCheckIT.java}         | 51 ++++++++++++----------
 .../phoenix/query/ConnectionQueryServicesImpl.java |  9 ++++
 .../org/apache/phoenix/query/QueryServices.java    |  5 +++
 .../apache/phoenix/query/QueryServicesOptions.java |  4 ++
 4 files changed, 45 insertions(+), 24 deletions(-)
 copy phoenix-core/src/it/java/org/apache/phoenix/{iterate/ChunkedResultIteratorIT.java => query/SkipSystemTablesExistenceCheckIT.java} (73%)