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

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fc94960fec Fix formatting of SQL code block in restore.md (#3259)
6fc94960fec is described below

commit 6fc94960fecd90ff6b4be9062ac0a547e80c51cb
Author: Vitalii Zurian <[email protected]>
AuthorDate: Tue Jan 27 00:08:50 2026 +0100

    Fix formatting of SQL code block in restore.md (#3259)
    
    ## Versions
    
    - [ ] dev
    - [x] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../version-4.x/admin-manual/data-admin/backup-restore/restore.md       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/versioned_docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md 
b/versioned_docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md
index 6e010862ffb..fa50e91735e 100644
--- 
a/versioned_docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md
+++ 
b/versioned_docs/version-4.x/admin-manual/data-admin/backup-restore/restore.md
@@ -88,7 +88,7 @@ Restore partitions p1 and p2 of the table `backup_tbl`, as 
well as the table `ba
 
 ## 3. Check the Execution Status of the Restore Job
 
-      ```sql
+  ```sql
    mysql> SHOW RESTORE\G;
    *************************** 1. row ***************************
                   JobId: 17891851


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to