Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Aug 13, 2021
1 parent c57d2d5 commit c2c9cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ venv/bin/python parquet_integration/write_parquet.py
* IPC supports big endian
* `MutableArray` API to work in-memory in-place.
* faster IPC reader (different design that avoids an extra copy of all data)
* IPC supports 2.0 feather (compression)
* FFI support for dictionary-encoded arrays
* All arrow types implemented pass the IPC integration tests against other implementations
* IPC supports 2.0 (compression)
* FFI support for dictionary-encoded arrays and union array
* All implemented arrow types pass IPC integration tests against other implementations

### Parquet

Expand Down

0 comments on commit c2c9cf2

Please sign in to comment.