From c6b23aef4440e466607be8e71712a21871ac0ead Mon Sep 17 00:00:00 2001 From: Bohu Date: Sat, 23 Nov 2024 10:34:02 -0800 Subject: [PATCH] Update README.md --- src/common/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/README.md b/src/common/README.md index 25078fcb5c3f..1fa659066af2 100644 --- a/src/common/README.md +++ b/src/common/README.md @@ -1,6 +1,5 @@ # Databend Common -- [`arrow`](./arrow/), a simple wrapper for reading and writing parquet. - [`auth`](./auth/), a simple wrapper for authentication layer. - [`base`](./base/) contains runtime, pool, allocator and rangemap. - [`building`](./building/) sets up the environment for building components and internal use.