-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.4.1.Final, 1.7.1.Final
-
None
-
False
-
False
-
Basically, Issue is identical to DBZ-1064.
MySQL table definition:
CREATE TABLE `campaign_ads` ( `ad_id` int(11) NOT NULL, `max_cpc` float(20,8) DEFAULT '0.00000000', PRIMARY KEY (`ad_id`) )
If I'm trying to insert row with null `max_cpc`, I'm getting 0 in Kafka just because it's default value.
I reproduced it with 1.4.1 and 1.7.1 versions.