From 2fe8a1659a54b95da929ffe45fe04d9f218e8648 Mon Sep 17 00:00:00 2001 From: fwang12 Date: Thu, 30 Mar 2023 18:33:42 +0800 Subject: [PATCH] save --- docs/deployment/migration-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment/migration-guide.md b/docs/deployment/migration-guide.md index 2ebf16ac40e..52cc5aa3ace 100644 --- a/docs/deployment/migration-guide.md +++ b/docs/deployment/migration-guide.md @@ -20,6 +20,7 @@ ## Upgrading from Kyuubi 1.7.0 to 1.7.1 * Since Kyuubi 1.7.1, `protocolVersion` is removed from the request parameters of the REST API `Open(create) a session`. All removed or unknown parameters will be silently ignored and affects nothing. +* Since Kyuubi 1.7.1, `confOverlay` is supported from the request parameters of the REST API `Create an operation with EXECUTE_STATEMENT type`. ## Upgrading from Kyuubi 1.6 to 1.7