seatunnel
seatunnel copied to clipboard
[Fix][Connector-V2]Compatible with Doris arrow serialization for Date and Datetime types
Purpose of this pull request
Does this PR introduce any user-facing change?
Since Apache Doris 2.1.1, the serialization Arrow type for date and datetime has been modified. For more detailed information, please refer to: https://github.com/apache/doris/pull/32281/files
How was this patch tested?
Check list
- [ ] If any new Jar binary package adding in your PR, please add License Notice according New License Guide
- [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs
- [ ] If you are contributing the connector code, please check that the following files are updated:
- Update plugin-mapping.properties and add new connector information in it
- Update the pom file of seatunnel-dist
- Add ci label in label-scope-conf
- Add e2e testcase in seatunnel-e2e
- Update connector plugin_config
- [ ] Update the
release-note.
@bingquanzhao PTAL
Could you add a test case for this change?
We need to adapt to multiple versions of doris, not overwrite it