emkornfield commented on code in PR #143: URL: https://github.com/apache/parquet-site/pull/143#discussion_r2605473747
########## 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): partial writer only support Review Comment: ```suggestion * (W): only write suppor ``` ########## 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): partial writer only support Review Comment: ```suggestion * (W): only write support ``` -- 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]
