I have ExecuteSQL running against mysql as source and the source table structure as is follow:
`disable_min_bid` is set as tinyint(1) DEFAULT '0' but once running the ExecuteSQL looking at the AVRO files the datatype + data is changed into boolean (true/false):
Is there any way to ignore this conversion?
This is how my ExecuteSQL is configured right now: