-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
-
In Debezium 2.7, we modified how numeric columns with zero scale were handled, as they were not honoring the decimal.handling.mode. This is because Oracle treats all numeric columns as floating-point capable values.
This change raised some concerns in the community that would prefer zero scale numeric fields to remain emitted as whole numbers using the INT64 data type.