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

Commits on Sep 27, 2022

  1. [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`
    hailin0 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f73d18c View commit details
    Browse the repository at this point in the history