You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "devinrsmith (via GitHub)" <gi...@apache.org> on 2023/04/06 14:23:42 UTC

[GitHub] [parquet-format] devinrsmith commented on a diff in pull request #198: PARQUET-2264: Allow scale == precision for DecimalType

devinrsmith commented on code in PR #198:
URL: https://github.com/apache/parquet-format/pull/198#discussion_r1159871175


##########
LogicalTypes.md:
##########
@@ -219,7 +219,7 @@ decimal point, and the precision stores the maximum number of digits supported
 in the unscaled value.
 
 If not specified, the scale is 0. Scale must be zero or a positive integer less
-than the precision. Precision is required and must be a non-zero positive
+than or equal to the precision. Precision is required and must be a non-zero positive

Review Comment:
   Will do.



-- 
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