ETL Calculation Error Illegal Type Change

I have a calculation in the ETL taking two Decimal(fixed) fields and adding them together but I receive this error when I run the preview:

 

illegal type change from java.lang.Double to java.math.BigDecimal

 

Anyone seen this before or know what this means?

Comments