The tinyint(1) type of MySQL is converted to BIT type by JDBC. This will cause the doris table to be created as Boolean type, and the problem of data loss when storing numerical values other than 0 ...