This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/phoenix-adapters.git
The following commit(s) were added to refs/heads/main by this push:
new 2b04099 Enable autoupgrade on phoenix-adapters
2b04099 is described below
commit 2b040997c92db7cbe8d0a319a00937626ee242bd
Author: Viraj Jasani <[email protected]>
AuthorDate: Wed Jun 17 18:27:38 2026 -0700
Enable autoupgrade on phoenix-adapters
---
.../src/main/resources/phoenix-client-connection.properties | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/phoenix-ddb-utils/src/main/resources/phoenix-client-connection.properties
b/phoenix-ddb-utils/src/main/resources/phoenix-client-connection.properties
index 728e077..1e1a089 100644
--- a/phoenix-ddb-utils/src/main/resources/phoenix-client-connection.properties
+++ b/phoenix-ddb-utils/src/main/resources/phoenix-client-connection.properties
@@ -6,6 +6,8 @@ phoenix.query.request.metrics.enabled=true
phoenix.query.timeoutMs=16000
phoenix.query.threadPoolSize=256
+phoenix.autoupgrade.enabled=true
+
# HBase RPC timeout settings
# default value of hbase.rpc.timeout is 60000, so keeping it 14000 if it is
ever used
hbase.rpc.timeout=14000