Skip to content

Commit c40c502

Browse files
author
Ivan Gavryliuk
authored
Update README.md
1 parent 049df18 commit c40c502

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ This project is aimed to fix this problem.
1212

1313
## Roadmap
1414

15-
We have just started to work on this library, [contributors are welcome](CONTRIBUTING.md).
15+
This library is almost ready for production use and [contributors are welcome](CONTRIBUTING.md).
1616

1717
|Phase|Description|State|
1818
|-----|-----------|-----|
1919
|1|Implement reader which can understand the first test file (alltypes_plain.parquet). This is using a variety of encodings an no compression. Inline columns are not supported. Understand how to return results with minimum of boxing/unboxing. Support NULL values.|complete|
20-
|2|Implement readers for any types not mentioned in phase 1. Implement writer for all types that reader supports. Publish alpha version on NuGet.|in progress|
21-
|3|Support GZIP and SNAPPY decompression/compression|planning|
22-
|4|Integrate with popular products like Azure Data Lakes|planning|
20+
|2|Implement readers for any types not mentioned in phase 1. Implement writer for all types that reader supports. Support GZIP compression/decompression. Migrate to row-based data model. Publish first stable version on NuGet.|nearly there|
21+
|3|Support filters i.e. reading a subset of parquet file by offset/count, and limited amount of columns. Support SNAPPY decompression/compression. |in progress|
2322

2423
You can track the amount of features we have [implemented so far](doc/features.md).
2524

0 commit comments

Comments
 (0)