Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Imporve][Connector-V2] Imporve iotdb connector #2917

Merged
merged 1 commit into from Sep 28, 2022

Conversation

hailin0
Copy link
Contributor

@hailin0 hailin0 commented Sep 27, 2022

Purpose of this pull request

Source:

  • Add e2e testcase
  • Add example into documents
  • Support align by sql syntax
  • Support sql split ignore case
  • Support restore split offset to at-least-once
  • Support read timestamp from RowRecord
  • Fix assign split: splitId % taskSize -> splitId % readerSize

Sink:

  • Support extract timestampdevicemeasurement from SeaTunnelRow
  • Support TINYINT、SMALLINT
  • Add example into documents
  • Support flush cache to database before prepareCommit

Check list

Source:
* Add e2e testcase
* Add example into documents
* Support `align by` sql syntax
* Support sql split ignore case
* Support restore split offset to `at-least-once`
* Support read timestamp from `RowRecord`
* Fix assign split: splitId % taskSize -> splitId % readerSize
* Fix assign split owner(negative number)

Sink:
* Support extract `timestamp`、`device`、`measurement` from SeaTunnelRow
* Support TINYINT、SMALLINT
* Add example into documents
* Support flush cache to database before `prepareCommit`
Copy link
Member

@ashulin ashulin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move e2e IT to seatunnel-connector-v2-e2e module? you can see #2924.

@hailin0
Copy link
Contributor Author

hailin0 commented Sep 28, 2022

Can you move e2e IT to seatunnel-connector-v2-e2e module? you can see #2924.

@ashulin now spark doesn't work

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants