gszadovszky commented on code in PR #190: URL: https://github.com/apache/parquet-format/pull/190#discussion_r1122727045
########## README.md: ########## @@ -132,6 +132,7 @@ readers and writers for the format. The types are: - FLOAT: IEEE 32-bit floating point values - DOUBLE: IEEE 64-bit floating point values - BYTE_ARRAY: arbitrarily long byte arrays. + - FIXED_LEN_BYTE_ARRAY: fixed length byte arrays. Review Comment: Yes, sure, we can mark `INT96` as deprecated. It is unfortunate that we have documentation/specifications in multiple places and we usually forget about them. E.g. [parquet.apache.org](https://parquet.apache.org/docs/file-format/types/) still not contain `FIXED_LEN_BYTE_ARRAY`. We might create a jira about clearing up these. Even referencing the `parquet-format` repo from the apache site or generating the content from it? -- 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]
