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

dnskr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new b7a6a5196c [KYUUBI #7221] [DOC] Fix nonexisting document 
'client/advanced/features/engine_pool'
b7a6a5196c is described below

commit b7a6a5196c21cc5178f333c52e09119c2bdb07a4
Author: dnskr <[email protected]>
AuthorDate: Wed Oct 15 23:07:25 2025 +0200

    [KYUUBI #7221] [DOC] Fix nonexisting document 
'client/advanced/features/engine_pool'
    
    ### Why are the changes needed?
    
    The PR fixes `nonexisting document 'client/advanced/features/engine_pool'` 
warning:
    ```shell
    ./kyuubi/docs/client/advanced/features/index.rst:19: WARNING: toctree 
contains reference to nonexisting document 
'client/advanced/features/engine_pool' [toc.not_readable]
    ```
    The document was deleted in the PR 
https://github.com/apache/kyuubi/pull/7118.
    
    ### How was this patch tested?
    
    Checked that there is no  warning anymoreduring the documentation build 
process.
    ```shell
    make html
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #7221 from dnskr/doc-fix-nonexisting-document-engine_pool.
    
    Closes #7221
    
    806addc84 [dnskr] [DOC] Fix nonexisting document 
'client/advanced/features/engine_pool'
    
    Authored-by: dnskr <[email protected]>
    Signed-off-by: dnskr <[email protected]>
---
 docs/client/advanced/features/index.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/client/advanced/features/index.rst 
b/docs/client/advanced/features/index.rst
index 0491af2661..7c81725b00 100644
--- a/docs/client/advanced/features/index.rst
+++ b/docs/client/advanced/features/index.rst
@@ -22,9 +22,6 @@ Advanced Features
     engine_type
     engine_share_level
     engine_ttl
-    engine_pool
     engine_resources
     scala
     plan_only
-
-

Reply via email to