RussellSpitzer commented on issue #7420: URL: https://github.com/apache/iceberg/issues/7420#issuecomment-1526059282
> Seems like there is a general consensus in most systems about `0 <= s <= p`. > > So for the part of the question about having 0 precision, looks like that is allowed? Allowed in Spark scala> DecimalType(0,0) val res2: org.apache.spark.sql.types.DecimalType = DecimalType(0,0) -- 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]
