severo commented on code in PR #123: URL: https://github.com/apache/parquet-site/pull/123#discussion_r2451875124
########## content/en/docs/File Format/implementationstatus.md: ########## @@ -27,6 +28,11 @@ Implementations: ### Physical types +Physical types are defined by the [`enum Type` parquet.thrift] + +[`enum Type` parquet.thrift]: https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32 Review Comment: ```suggestion [`enum Type` in parquet.thrift]: https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32 ``` ########## content/en/docs/File Format/implementationstatus.md: ########## @@ -27,6 +28,11 @@ Implementations: ### Physical types +Physical types are defined by the [`enum Type` parquet.thrift] Review Comment: ```suggestion Physical types are defined by the [`enum Type` in parquet.thrift] ``` -- 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]
