This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/main by this push: new 29c0991 [doc] update reade me (#34) 29c0991 is described below commit 29c099143445da3cbe52d82958db1d83f04158c4 Author: Mingyu Chen <morning...@163.com> AuthorDate: Mon Jan 23 11:26:42 2023 +0800 [doc] update reade me (#34) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f53f3..4f5e374 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This repository is used to manage third-party libraries used in Apache Doris. So | Lib Name | Branch | Description | Base version | Source URL | Latest Tag | CHANGELOG| | -------- | -------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | ---------- | --- | -| libhdfs3 | [libhdfs3](https://github.com/apache/doris-thirdparty/tree/libhdfs3) | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | [HAWQ_depends](https://github.com/apache/hawq/tree/master/depends/libhdfs3) | libhdfs3-v2.3.4 | [CHANGELOG](h [...] +| libhdfs3 | [libhdfs3](https://github.com/apache/doris-thirdparty/tree/libhdfs3) | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | [HAWQ_depends](https://github.com/apache/hawq/tree/master/depends/libhdfs3) | libhdfs3-v2.3.5 | [CHANGELOG](h [...] | bdbje | [bdbje](https://github.com/apache/doris-thirdparty/tree/bdbje) | Berkley Database Java Edition - build and runtime support. | 18.3.12 | [bdbje Maven src](https://search.maven.org/artifact/com.sleepycat/je/18.3.12/jar) | bdbje-18.3.14-doris-snapshot | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/bdbje/CHANGELOG.md) | | datatables | [datatables](https://github.com/apache/doris-thirdparty/tree/datatables) | | 1.12.1 | | 1.12.1 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/datatables/CHANGELOG.md) | +| clucene | [clucene](https://github.com/apache/doris-thirdparty/tree/clucene) | CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++. | 2.4.1 | [cluence](http://www.sourceforge.net/projects/clucene) | 2.4.4 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/clucene/ChangeLog) | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org