akshayjain3450 commented on issue #7420: URL: https://github.com/apache/iceberg/issues/7420#issuecomment-1524774294
According to MySQL and SQL Server which are following SQL Standards: we have this rule as I stated in the discussion. Please go through this documentation: 1. https://learn.microsoft.com/en-us/sql/t-sql/data-types/decimal-and-numeric-transact-sql?view=sql-server-ver16 2. https://dev.mysql.com/doc/refman/8.0/en/precision-math-decimal-characteristics.html Whereas Postgresql follows the one which Oracle does: https://www.postgresql.org/docs/current/datatype-numeric.html I still think it's up to us to decide which we should be going with and what should be supported. In any case we go, we should have similar checks all the way to avoid inconsistency as currently it exists. -- 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]
