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

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


The following commit(s) were added to refs/heads/master by this push:
     new ca97535  [docs](executor) correct some be error code (#7460)
ca97535 is described below

commit ca97535491ba8b1c4c0499fed91a6c9530f74c78
Author: Lijia Liu <liutang...@yeah.net>
AuthorDate: Sun Dec 26 11:06:54 2021 +0800

    [docs](executor) correct some be error code (#7460)
    
    correct some be error code in doc.
---
 docs/en/administrator-guide/operation/be-olap-error-code.md    | 6 +++---
 docs/zh-CN/administrator-guide/operation/be-olap-error-code.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/en/administrator-guide/operation/be-olap-error-code.md 
b/docs/en/administrator-guide/operation/be-olap-error-code.md
index 63de8e7..600e142 100644
--- a/docs/en/administrator-guide/operation/be-olap-error-code.md
+++ b/docs/en/administrator-guide/operation/be-olap-error-code.md
@@ -118,9 +118,9 @@ under the License.
 | OLAP_ERR_FETCH_SCHEMA_ERROR | -603 | FetchHandler Schema error |
 | OLAP_ERR_FETCH_COMPRESSION_ERROR | -604 | FetchHandler compression error |
 | OLAP_ERR_FETCH_CONTEXT_NOT_EXIST | -605 | FetchHandler context does not 
exist |
-| OLAP_ERR_FETCH_GET_READER_PARAMS_ERR | -607 | FetchHandler GET read 
parameter error |
-| OLAP_ERR_FETCH_SAVE_SESSION_ERR | -608 | FetchHandler save session error |
-| OLAP_ERR_FETCH_MEMORY_EXCEEDED | -609 | FetchHandler memory exceeded 
exception |
+| OLAP_ERR_FETCH_GET_READER_PARAMS_ERR | -606 | FetchHandler GET read 
parameter error |
+| OLAP_ERR_FETCH_SAVE_SESSION_ERR | -607 | FetchHandler save session error |
+| OLAP_ERR_FETCH_MEMORY_EXCEEDED | -608 | FetchHandler memory exceeded 
exception |
 | Read exception error code | | |
 | OLAP_ERR_READER_IS_UNINITIALIZED | -700 | Read cannot be initialized |
 | OLAP_ERR_READER_GET_ITERATOR_ERROR | -701 | Get read iterator error |
diff --git a/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md 
b/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md
index e38f1f2..850ab6c 100644
--- a/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md
+++ b/docs/zh-CN/administrator-guide/operation/be-olap-error-code.md
@@ -127,9 +127,9 @@ under the License.
 | OLAP_ERR_FETCH_SCHEMA_ERROR                      | -603   | FetchHandler 
Schema错误                                      |
 | OLAP_ERR_FETCH_COMPRESSION_ERROR                 | -604   | FetchHandler压缩错误 
                                        |
 | OLAP_ERR_FETCH_CONTEXT_NOT_EXIST                 | -605   | 
FetchHandler上下文不存在                                     |
-| OLAP_ERR_FETCH_GET_READER_PARAMS_ERR             | -607   | FetchHandler 
GET读参数错误                                   |
-| OLAP_ERR_FETCH_SAVE_SESSION_ERR                  | -608   | 
FetchHandler保存会话错误                                     |
-| OLAP_ERR_FETCH_MEMORY_EXCEEDED                   | -609   | 
FetchHandler内存超出异常                                     |
+| OLAP_ERR_FETCH_GET_READER_PARAMS_ERR             | -606   | FetchHandler 
GET读参数错误                                   |
+| OLAP_ERR_FETCH_SAVE_SESSION_ERR                  | -607   | 
FetchHandler保存会话错误                                     |
+| OLAP_ERR_FETCH_MEMORY_EXCEEDED                   | -608   | 
FetchHandler内存超出异常                                     |
 | 读异常错误代码                                   |        |                         
                                     |
 | OLAP_ERR_READER_IS_UNINITIALIZED                 | -700   | 读不能初始化           
                                      |
 | OLAP_ERR_READER_GET_ITERATOR_ERROR               | -701   | 获取读迭代器错误         
                                    |

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to