From 5ca0eddff2e38a1df940bbdef0709d4c54b204de Mon Sep 17 00:00:00 2001 From: Adonis Ling Date: Mon, 21 Nov 2022 10:27:09 +0800 Subject: [PATCH] Create a branch for Github workflow --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d9410d0e5b..46cbc94fab0 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,5 @@ under the License. This repository is used to manage third-party libraries used in Apache Doris. Some libraries have not been maintained for a long time, so fork into this repository for bug fixes and feature development. Each third-party library is in a separate branch. -# Current Libs - -| Lib Name | Branch | Description | Base version | Source URL | Latest Tag | CHANGELOG| -| -------- | -------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | ---------- | --- | -| libhdfs3 | 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.3 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/libhdfs3/CHANGELOG.md) | -| bdbje | 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.13-doris-snapshot | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/bdbje/CHANGELOG.md) | +## Caveat +This branch is used for Github workflow. _DO NOT DELETE THE TAG **automation**_ !