ic4y opened a new issue, #4695: URL: https://github.com/apache/incubator-seatunnel/issues/4695
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Currently, there are many unsupported data types in the connectors and in the engine. We are now maintaining these data types through this issue. connectors: | connector | dataType | pr | | --- | --------- | --- | | Mysql CDC | Bit(N) | https://github.com/apache/incubator-seatunnel/pull/4671 | | JDBC mysql | Bit(N)| https://github.com/apache/incubator-seatunnel/pull/4671 | | JDBC mysql | YEAR| Wait for implementation | | JDBC Postgres | GEOMETRY | https://github.com/apache/incubator-seatunnel/pull/4673| | JDBC Postgres | GEOGRAPHY | https://github.com/apache/incubator-seatunnel/pull/4673 | Data types that need to be supported internally by Zeta: | dataType | pr | | --------- | --- | | time types with time zones | Wait for implementation | welcome everyone to test and add unsupported data types, or to implement these unsupported data types. ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] 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]
