seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Fix][Connector-V2]Compatible with Doris arrow serialization for Date and Datetime types

Open vinlee19 opened this issue 1 year ago • 3 comments

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:
    1. Update plugin-mapping.properties and add new connector information in it
    2. Update the pom file of seatunnel-dist
    3. Add ci label in label-scope-conf
    4. Add e2e testcase in seatunnel-e2e
    5. Update connector plugin_config
  • [ ] Update the release-note.

vinlee19 avatar Oct 08 '24 10:10 vinlee19

@bingquanzhao PTAL

vinlee19 avatar Oct 08 '24 10:10 vinlee19

Could you add a test case for this change?

Hisoka-X avatar Oct 08 '24 10:10 Hisoka-X

We need to adapt to multiple versions of doris, not overwrite it

liugddx avatar Oct 09 '24 23:10 liugddx