From 7d9744697b842d0d085962d2780fd9fd720588df Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Wed, 12 Jan 2022 13:11:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 415dcbe..523df45 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ under the License. --> -## DataFusion in Python +# DataFusion in Python + +[![Python test](https://github.com/datafusion-contrib/datafusion-python/actions/workflows/test.yaml/badge.svg)](https://github.com/datafusion-contrib/datafusion-python/actions/workflows/test.yaml) This is a Python library that binds to [Apache Arrow](https://arrow.apache.org/) in-memory query engine [DataFusion](https://github.com/apache/arrow-datafusion).