mhaseeb123 commented on code in PR #99:
URL: https://github.com/apache/parquet-site/pull/99#discussion_r1940253012


##########
content/en/docs/File Format/implementationstatus.md:
##########
@@ -13,94 +13,96 @@ implementations.
 The value in each box means:
 * ✅: supported
 * ❌: not supported
+* (R/W): partial reader/writer only support
 * (blank) no data
 
 Implementations:
 * `C++`: 
[parquet-cpp](https://github.com/apache/arrow/tree/main/cpp/src/parquet)
 * `Java`: [parquet-java](https://github.com/apache/parquet-java)
 * `Go`: [parquet-go](https://github.com/apache/arrow-go/tree/main/parquet)
 * `Rust`: 
[parquet-rs](https://github.com/apache/arrow-rs/blob/main/parquet/README.md)
+* `CUDA C++`: [cudf](https://github.com/rapidsai/cudf)
 
 
 
 ### Physical types
 
-| Data type                                 | C++   | Java   | Go    | Rust  |
-| ----------------------------------------- | ----- | ------ | ----- | ----- |
-| BOOLEAN                                   |       |        |       |       |
-| INT32                                     |       |        |       |       |
-| INT64                                     |       |        |       |       |
-| INT96 (1)                                 |       |        |       |       |
-| FLOAT                                     |       |        |       |       |
-| DOUBLE                                    |       |        |       |       |
-| BYTE_ARRAY                                |       |        |       |       |
-| FIXED_LEN_BYTE_ARRAY                      |       |        |       |       |
+| Data type                                 | C++   | Java   | Go    | Rust  | 
CUDA C++ |

Review Comment:
   @wgtmac  Same question about this line. Should implementing language (CUDA 
C++) go here or the library name (cuDF)? 



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