etseidl commented on code in PR #251: URL: https://github.com/apache/parquet-format/pull/251#discussion_r1643280414
########## LogicalTypes.md: ########## @@ -228,7 +229,7 @@ integer. A precision too large for the underlying type (see below) is an error. warning * `fixed_len_byte_array`: precision is limited by the array size. Length `n` can store <= `floor(log_10(2^(8*n - 1) - 1))` base-10 digits -* `binary`: `precision` is not limited, but is required. The minimum number of +* `byte_array`: `precision` is not limited, but is required. The minimum number of Review Comment: Looking at this more, it seems I'm introducing more inconsistency with the quoting. I'll try to clean that up. -- 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]
