RussellSpitzer commented on issue #7420:
URL: https://github.com/apache/iceberg/issues/7420#issuecomment-1525887305
Spark seems to have the same restrictions on their DecimalType
```
scala> DecimalType(0,3)
org.apache.spark.sql.AnalysisException: Decimal scale (3) cannot be greater
than precision (0).
at
org.apache.spark.sql.errors.QueryCompilationErrors$.decimalCannotGreaterThanPrecisionError(QueryCompilationErrors.scala:1690)
```
--
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]