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

shahrs87 pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from 20ec51edfe Merge branch 'master' into PHOENIX-6883-feature
     add ef4989a262 PHOENIX-7029: Add support for multiple query services in 
PhoenixTestDriver (#1664)
     new c4e5869fad Merge with master

The 1 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:
 .../org/apache/phoenix/end2end/CreateTableIT.java  |   2 +-
 .../phoenix/iterate/ChunkedResultIteratorIT.java   |   2 +-
 .../apache/phoenix/jdbc/PhoenixTestDriverIT.java   | 124 +++++++++++++++++++++
 .../query/SkipSystemTablesExistenceCheckIT.java    |   7 +-
 .../apache/phoenix/jdbc/PhoenixEmbeddedDriver.java |   9 +-
 .../phoenix/query/ConnectionQueryServicesImpl.java |  17 +--
 .../apache/phoenix/compile/QueryMetaDataTest.java  |   3 +-
 .../org/apache/phoenix/jdbc/PhoenixTestDriver.java |  23 +++-
 .../java/org/apache/phoenix/query/BaseTest.java    |   2 +-
 9 files changed, 161 insertions(+), 28 deletions(-)
 create mode 100644 
phoenix-core/src/it/java/org/apache/phoenix/jdbc/PhoenixTestDriverIT.java

Reply via email to