-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Imporve][Connector-V2] Imporve iotdb connector
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`
- Loading branch information
Showing
22 changed files
with
1,169 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.