From 97bfd4c52298a130d42c7d89bf65b22913680367 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 30 Jan 2024 23:40:28 -0500 Subject: [PATCH] readme note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c3bd5..21eb10d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Most of the unsupported types should be pretty straightforward to implement; the - [x] Large List (Not implemented by Arrow JS but supported by downcasting to `List`.) - [x] Fixed-size List - [x] Struct -- [x] Map +- [x] Map (though not yet tested, see [#97](https://github.com/kylebarron/arrow-js-ffi/issues/97)) - [x] Dense Union - [x] Sparse Union - [x] Dictionary-encoded arrays