From 2c1af0eeac0d82c851896d2566f866059b4ea222 Mon Sep 17 00:00:00 2001 From: Chengyu Yan Date: Thu, 29 Jun 2023 06:45:22 +0000 Subject: [PATCH] replace prefix "CheneyYin" with "IcarusDB" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d55e45..c3dc39c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![ApacheV2](https://img.shields.io/badge/license-Apache--2.0-blue) -[![Test with Maven](https://github.com/CheneyYin/SFaker/actions/workflows/maven_test.yml/badge.svg)](https://github.com/CheneyYin/SFaker/actions/workflows/maven_test.yml) +[![Test with Maven](https://github.com/IcarusDB/SFaker/actions/workflows/maven_test.yml/badge.svg)](https://github.com/IcarusDB/SFaker/actions/workflows/maven_test.yml) --- SFaker is one data generator. It implemented with Spark DataSourceV2. SFaker can generate rows according to specified schemas. @@ -99,7 +99,7 @@ spark.sql("select id from fake limit 10").explain(true); ``` ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=CheneyYin/SFaker&type=Date)](https://star-history.com/#CheneyYin/SFaker&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=IcarusDB/SFaker&type=Date)](https://star-history.com/#IcarusDB/SFaker&Date) ## License [Apache 2.0 License.](LICENSE)