This is an automated email from the ASF dual-hosted git repository.
jianliangqi 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 e35135a928f [fix](inverted index) fix compile error (#252)
e35135a928f is described below
commit e35135a928f0bb719d7de038862369c75b30e139
Author: zzzxl <[email protected]>
AuthorDate: Wed Nov 13 10:31:43 2024 +0800
[fix](inverted index) fix compile error (#252)
---
src/core/CLucene/store/IndexInput.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/CLucene/store/IndexInput.h
b/src/core/CLucene/store/IndexInput.h
index 8a2c775eda4..dfeabb201fc 100644
--- a/src/core/CLucene/store/IndexInput.h
+++ b/src/core/CLucene/store/IndexInput.h
@@ -135,7 +135,7 @@ CL_NS_DEF(store)
virtual void setIdxFileCache(bool index) {}
virtual void setIoContext(const void*) {}
- virtual const void* getIoContext() {}
+ virtual const void* getIoContext() { return nullptr; }
virtual void setIndexFile(bool isIndexFile) {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]