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

airborne pushed a commit to branch clucene-2.0
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/clucene-2.0 by this push:
     new 51f15724f5 add error code FileNotFound (#228)
51f15724f5 is described below

commit 51f15724f5bdb7ae5f6f5e5d7072d43a5bda63f8
Author: Sun Chenyang <[email protected]>
AuthorDate: Thu Jun 27 15:55:12 2024 +0800

    add error code FileNotFound (#228)
---
 src/core/CLucene/debug/error.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/CLucene/debug/error.h b/src/core/CLucene/debug/error.h
index 0c48db3d28..5c5c620352 100644
--- a/src/core/CLucene/debug/error.h
+++ b/src/core/CLucene/debug/error.h
@@ -34,6 +34,7 @@
 #define CL_ERR_OutOfMemory 23
 #define CL_ERR_FieldReader 24
 #define CL_ERR_MaxBytesLength 25
+#define CL_ERR_FileNotFound 26
 
 ////////////////////////////////////////////////////////
 //error try/throw/catch definitions


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

Reply via email to