seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Feature][Connector V2] expose configurable options in IoTDB

Open john8628 opened this issue 3 years ago • 3 comments

Purpose of this pull request

https://github.com/apache/incubator-seatunnel/issues/3386

Check list

  • [ ] Code changed are covered with tests, or it does not need tests for reason:
  • [ ] 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/incubator-seatunnel/tree/dev/docs
  • [ ] If you are contributing the connector code, please check that the following files are updated:
    1. Update change log that in connector document. For more details you can refer to connector-v2
    2. Update plugin-mapping.properties and add new connector information in it
    3. Update the pom file of seatunnel-dist

john8628 avatar Nov 10 '22 14:11 john8628

@john8628 Add if null check to IoTDBSourceReader#close

image

hailin0 avatar Nov 16 '22 13:11 hailin0

@john8628 Add if null check to IoTDBSourceReader#close

image

OK ;

john8628 avatar Nov 16 '22 16:11 john8628

using conf.get(xxx.getKey()) of all options

https://github.com/apache/incubator-seatunnel/actions/runs/3480966388/jobs/5821511988 image

hailin0 avatar Nov 17 '22 03:11 hailin0