emkornfield commented on code in PR #143: URL: https://github.com/apache/parquet-site/pull/143#discussion_r2605475862
########## content/en/docs/File Format/implementationstatus.md: ########## @@ -14,10 +14,12 @@ of this page by opening an issue or submitting a pull request. The value in each box means: * ✅: supported * ❌: not supported -* (R/W): partial reader/writer only support +* (R): only read support +* (W): only write support +* (*): partial support Review Comment: ```suggestion * (*): partial support (support isn't well split by read/write capability) ``` -- 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]
