seatunnel
seatunnel copied to clipboard
[Feature][Api-draft] Currently unsupported data type
Search before asking
- [ ] I had searched in the feature and found no similar feature requirement.
Description
When I implemented the jdbc source connector, I found that the current Api-draft branch has many data types that are not supported. As follows
- The source only supports
BasicTypeInfo
and cannot transmit byte[], such as mysqlbinary
,blob
, etc. -
Timestamp
is currently not supported. Timestamps cannot be transmitted.
and many more
Usage Scenario
new seatunnel api
Related issues
#2024
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