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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa7b4a60d15 Fix : fix dead link (#29647)
fa7b4a60d15 is described below

commit fa7b4a60d15d12e3b54ebffe5359c20312dd8dc2
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jan 4 13:07:39 2024 +0800

    Fix : fix dead link (#29647)
---
 .github/workflows/nightly-check.yml                                    | 3 ++-
 .../syntax/ral/show-implementation/show-implementations-of-spi.en.md   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index ef6bb8184f9..351731ba374 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -24,6 +24,7 @@ on:
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3
+  CODEQL_ACTION_EXTRA_OPTIONS: '{"database": {"finalize": ["-J-Xmx4096"]}}'
 
 jobs:
   global-environment:
@@ -167,7 +168,7 @@ jobs:
             ${{ needs.global-environment.outputs.GLOBAL_CACHE_PREFIX 
}}-maven-third-party-
       - name: Install Project
         run: |
-          export MAVEN_OPTS='-Xmx6g -Xms512m'
+          export MAVEN_OPTS='-Xmx4g -Xms1g'
           ./mvnw clean install -DskipTests
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v2
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-implementations-of-spi.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-implementations-of-spi.en.md
index 2bdaa4eca86..a7aa7c2d57c 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-implementations-of-spi.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-implementations-of-spi.en.md
@@ -69,7 +69,7 @@ The currently provided `SPI` interfaces with syntactic sugar 
functions are as fo
 - Show implementations of  
`org.apache.shardingsphere.readwritesplitting.spi.ReadQueryLoadBalanceAlgorithm`:
 [SHOW READ QUERY LOAD BALANCE ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/readwrite-splitting/show-read-query-load-balance-algorithm-implementations)
 - Show implementations of  
`org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm`: [SHOW ENCRYPT 
ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/encrypt/show-encrypt-algorithm-implementations)
 - Show implementations of  `org.apache.shardingsphere.mask.spi.MaskAlgorithm`: 
[SHOW MASK ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/mask/show-mask-algorithm-implementations)
-- Show implementations of  
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-shadow-algorithm-implementations)
+- Show implementations of  
`org.apache.shardingsphere.shadow.spi.ShadowAlgorithm`: [SHOW SHADOW ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/shadow/show-shadow-algorithm-implementations)
 - Show implementations of  
`org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm`: [SHOW 
KEY GENERATE ALGORITHM 
IMPLEMENTATIONS](/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/show-implementation/show-key-generate-algorithm-implementations)
 
 ### Reserved word

Reply via email to