zeroshade commented on code in PR #124:
URL: https://github.com/apache/parquet-site/pull/124#discussion_r2452547202


##########
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:
   arrow-go supports DataPageV2 without issue



-- 
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]

Reply via email to