This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch clucene-3.0 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/clucene-3.0 by this push: new 748a6643feb [fix](bkd) make ram_bytes_used for bkd reader public (#273) (#278) 748a6643feb is described below commit 748a6643feb4bb0ac273a720c194eeda02c103ca Author: airborne12 <jiang...@selectdb.com> AuthorDate: Thu Jan 23 19:05:57 2025 +0800 [fix](bkd) make ram_bytes_used for bkd reader public (#273) (#278) --- src/core/CLucene/util/bkd/bkd_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CLucene/util/bkd/bkd_reader.h b/src/core/CLucene/util/bkd/bkd_reader.h index e6f466931f1..55a76f0853c 100644 --- a/src/core/CLucene/util/bkd/bkd_reader.h +++ b/src/core/CLucene/util/bkd/bkd_reader.h @@ -160,9 +160,9 @@ public: std::vector<uint8_t> &cellMinPacked, std::vector<uint8_t> &cellMaxPacked); std::shared_ptr<intersect_state> get_intersect_state(bkd_reader::intersect_visitor *visitor); + int64_t ram_bytes_used(); private: - int64_t ram_bytes_used(); store::Directory* _dir; bool _close_directory; }; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org