alamb commented on code in PR #124: URL: https://github.com/apache/parquet-site/pull/124#discussion_r2452657852
########## 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: Thank you. Updated in https://github.com/apache/parquet-site/pull/124/commits/8b3a6eeca9029dfa66b1b8db101ac4ec63de2d50 -- 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]
