mhaseeb123 commented on code in PR #99: URL: https://github.com/apache/parquet-site/pull/99#discussion_r1933102046
########## content/en/docs/File Format/implementationstatus.md: ########## @@ -109,14 +111,14 @@ Implementations: ### High level data APIs for Parquet feature usage -| Format | C++ | Java | Go | Rust | -| -------------------------------------------- | ----- | ------ | ----- | ----- | -| External column data (1) | | | | | -| Row group "Sorting column" metadata (2) | | | | | -| Row group pruning using statistics | | | | | -| Reading select columns only | | | | | -| Page pruning using statistics | | | | | -| Page pruning using bloom filter | | | | | +| Format | C++ | Java | Go | Rust | CUDA | +| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | +| External column data (1) | | | | | (W) | +| Row group "Sorting column" metadata (2) | | | | | (W) | +| Row group pruning using statistics | | | | | ✅ | +| Row group pruning using bloom filter | | | | | ✅ | Review Comment: Please correct me if I am wrong but I believe the bloom filters are used to prune row groups instead of pages. -- 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]
