julienledem commented on code in PR #124:
URL: https://github.com/apache/parquet-site/pull/124#discussion_r2452994239
##########
content/en/docs/File Format/implementationstatus.md:
##########
@@ -98,19 +108,28 @@ Implementations:
### Other format level features
-| Feature | arrow | parquet-java | arrow-go
| arrow-rs | cudf | hyparquet | duckdb |
-| ----------------------------------------- | ----- | ------------- | --------
| -------- | ----- | --------- | ------ |
-| xxHash-based bloom filters | (R) | ✅ | ✅ |
✅ | (R) | | ✅ |
-| Bloom filter length (1) | (R) | ✅ | ✅ |
✅ | (R) | | ✅ |
-| Statistics min_value, max_value | ✅ | ✅ | ✅ |
✅ | ✅ | ✅ | ✅ |
-| Page index | ✅ | ✅ | ✅ |
✅ | ✅ | (R) | (R) |
-| Page CRC32 checksum | ✅ | ✅ | ❌ |
✅ | ❌ | ❌ | (R) |
-| Modular encryption | ✅ | ✅ | ✅ |
✅ | ❌ | ❌ | ✅ (*) |
-| Size statistics (2) | ✅ | ✅ | (R) |
✅ | ✅ | | (R) |
+| Feature | arrow | parquet-java | arrow-go |
arrow-rs | cudf | hyparquet | duckdb |
+|---------------------------------| ----- | ------------- | ----- | -------- |
-- | --------- | --- |
+| [xxHash-based bloom filters] | (R) | ✅ | ✅ | ✅ |
(R) | | ✅ |
+| Bloom filter length (1) | (R) | ✅ | ✅ | ✅ |
(R) | | ✅ |
+| Statistics min_value, max_value | ✅ | ✅ | ✅ | ✅ | ✅
| ✅ | ✅ |
+| [Page index] | ✅ | ✅ | ✅ | ✅ | ✅
| (R) | (R) |
+| Page CRC32 checksum | ✅ | ✅ | ❌ | ✅ | ❌
| ❌ | (R) |
+| [Modular encryption] | ✅ | ✅ | ✅ | ✅ | ❌
| ❌ | ✅ (*) |
+| Size statistics (2) | ✅ | ✅ | (R) | ✅ | ✅
| | (R) |
+| Data Page V2 (3) | ✅ | ✅ | ✅ | ✅ | |
| |
Review Comment:
```suggestion
| Data Page V2 (3) | ✅ | ✅ | ✅ | ✅ |
✅ | ✅ | ✅ |
```
See my other comments for links to the doc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]