Query.fields.include may cause ClassCastException

when use mongoTemplate.find method, if set special fields with query.fields().include() methed, such as BigDecimal, method find will throw Integer(1) could not convert to BigDecimal

how to avoid this question?thanks