You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,13 @@ This project is aimed to fix this problem.
12
12
13
13
## Roadmap
14
14
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).
16
16
17
17
|Phase|Description|State|
18
18
|-----|-----------|-----|
19
19
|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|
23
22
24
23
You can track the amount of features we have [implemented so far](doc/features.md).
0 commit comments