From 27c85fe6ea3320879964ff5ad2f455e693e715a9 Mon Sep 17 00:00:00 2001 From: Christopher Prohm Date: Wed, 9 Oct 2024 21:59:05 +0200 Subject: [PATCH] Add test readme --- test_with_arrow/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test_with_arrow/Readme.md diff --git a/test_with_arrow/Readme.md b/test_with_arrow/Readme.md new file mode 100644 index 0000000..78192c6 --- /dev/null +++ b/test_with_arrow/Readme.md @@ -0,0 +1,5 @@ +# `test_with_arrow` - Tests against the arrow implementations + +This crate only defines tests. These tests use snippets from the arrow documentation licensed under +the Apache Software License 2.0. Copies of the license and notice files can be found at +[`LICENSE.arrow.txt`](LICENSE.arrow.txt) and [`NOTICE.arrow.txt`](NOTICE.arrow.txt).