pitrou commented on code in PR #229: URL: https://github.com/apache/parquet-format/pull/229#discussion_r1469746048
########## Encodings.md: ########## @@ -335,14 +335,15 @@ Note that, even for FIXED_LEN_BYTE_ARRAY, all lengths are encoded despite the re ### Byte Stream Split: (BYTE_STREAM_SPLIT = 9) -Supported Types: FLOAT, DOUBLE +Supported Types: INT32, INT64, FLOAT, DOUBLE, FIXED_LEN_BYTE_ARRAY Review Comment: Done, I moved FLOAT and DOUBLE to the beginning, and I added a note about versions in the Thrift document (where this seems to be mentioned for other features). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
