This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch clucene
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/clucene by this push:
new 5db9db68e4 add error code FileNotFound (#227)
5db9db68e4 is described below
commit 5db9db68e448b8ccfd360d02666bbac44e6f8d1a
Author: Sun Chenyang <[email protected]>
AuthorDate: Thu Jun 27 13:03:47 2024 +0800
add error code FileNotFound (#227)
---
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]