JanSay opened a new issue, #9875: URL: https://github.com/apache/seatunnel/issues/9875
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Currently, in practical scenarios, there are cases where it is necessary to convert bit(1) data in MySQL to int. However, in the latest version 2.3.12, this data type can only be converted to boolean by default, which causes errors when writing data to the target database. Therefore, it is necessary to add a configuration item to determine whether to convert the data to int or boolean. Now I have modified the source code, and only adjusted it to int to meet my own needs. <img width="1220" height="656" alt="Image" src="https://github.com/user-attachments/assets/a68f4284-d4ef-44e6-8485-8341b91de27e" /> ### Usage Scenario To address various data processing scenarios ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
