I'm trying to implement DMS for our data replication purposes between two SQL Server instances with Change Tracking enabled. The problem I stumbled upon is specifically connected with decimal(19,0) ...
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 ...