This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git
from df02c8f4be PHOENIX-6983 Add hint to disable server merges for
uncovered index queries
add 2dab08504c PHOENIX-6985 Setting server-side masking flag default to
false (#1629)
No new revisions were added by this update.
Summary of changes:
.../apache/phoenix/end2end/PhoenixTTLToolIT.java | 15 +++
.../java/org/apache/phoenix/end2end/ViewTTLIT.java | 17 ++++
.../phoenix/end2end/ViewTTLNotEnabledIT.java | 105 +++++++++++++++++++++
.../phoenix/query/ConnectionQueryServicesImpl.java | 8 +-
.../apache/phoenix/query/QueryServicesOptions.java | 2 +-
5 files changed, 144 insertions(+), 3 deletions(-)
create mode 100644
phoenix-core/src/it/java/org/apache/phoenix/end2end/ViewTTLNotEnabledIT.java