binary_datatype_max_column_length
This parameter sets the maximum allowed length for binary data columns during replication.
This parameter helps control memory usage and ensures compatibility with target systems that may have limits on binary column sizes.
Set this property to MAXINT (2GB - 1) if your target tables include binary columns. Databricks reports the max length of binary columns as just 1 byte, even though the actual limit is much higher. Because of this, CDC cuts source binary data down to 1 byte before inserting. Setting the property to MAXINT fixes the issue and allows full binary data to be replicated.