You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "gszadovszky (via GitHub)" <gi...@apache.org> on 2023/03/02 08:10:35 UTC

[GitHub] [parquet-format] gszadovszky commented on a diff in pull request #190: MINOR: Add FIXED_LEN_BYTE_ARRAY Type

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: dev-unsubscribe@parquet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org