Skip to content

Commit fb48c05

Browse files
authored
Readme type updates for large types (#94)
1 parent e0312b4 commit fb48c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Most of the unsupported types should be pretty straightforward to implement; the
145145
### Binary & String
146146

147147
- [x] Binary
148-
- [x] Large Binary (Not implemented by Arrow JS but supported by downcasting to `Binary`.)
148+
- [x] Large Binary (Supported natively by Arrow JS as of v15)
149149
- [x] String
150-
- [x] Large String (Not implemented by Arrow JS but supported by downcasting to `String`.)
150+
- [x] Large String (Supported natively by Arrow JS as of v15)
151151
- [x] Fixed-width Binary
152152

153153
### Decimal

0 commit comments

Comments
 (0)