Currently, Iceberg's schema evolution for DECIMAL types is more restrictive than the SQL:2011 standard. The current implementation in TypeUtil.isPromotionAllowed() only allows precision increases ...