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

[API-Draft] [Connector] Add Clickhouse source and sink connector #2051

Merged
merged 26 commits into from
Jun 28, 2022

Commits on Jun 15, 2022

  1. update sink template code

    Hisoka-X committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ba487e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45efe70 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. add clickhouse client sink

    Hisoka-X committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    784ddbf View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. add clickhouse file sink

    Hisoka-X committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    1860699 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. add clickhouse file sink

    Hisoka-X committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ba6be12 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    0ba5ffb View commit details
    Browse the repository at this point in the history
  2. support clickhouse file sink

    Hisoka-X committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d4c9375 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    36a9773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1729054 View commit details
    Browse the repository at this point in the history
  3. fix check style

    Hisoka-X committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f353bfe View commit details
    Browse the repository at this point in the history
  4. fix check style

    Hisoka-X committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    65610d3 View commit details
    Browse the repository at this point in the history
  5. fix check style

    Hisoka-X committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4ad657c View commit details
    Browse the repository at this point in the history
  6. update known-dependencies

    Hisoka-X committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bd4cae8 View commit details
    Browse the repository at this point in the history
  7. update known-dependencies

    Hisoka-X committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9e20eaa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    1d5dd02 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Merge branch 'api-draft' into api-draft-ck-sink

    # Conflicts:
    #	seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelRowType.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/AbstractSparkWriterConverter.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkDataSourceWriter.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkDataSourceWriterConverter.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkDataWriter.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkDataWriterFactory.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkSink.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkStreamWriter.java
    #	seatunnel-translation/seatunnel-translation-spark/src/main/java/org/apache/seatunnel/translation/spark/sink/SparkStreamWriterConverter.java
    #	tools/dependencies/known-dependencies-jdk8.txt
    Hisoka-X committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    dd10df5 View commit details
    Browse the repository at this point in the history
  2. add UTF8String support

    Hisoka-X committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    3411dca View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    b7f1336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbcd212 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c37b09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f964e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be69c59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e196a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. add httpmime license

    Hisoka-X committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6fc2e96 View commit details
    Browse the repository at this point in the history
  2. update NOTICE

    Hisoka-X committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6e4b891 View commit details
    Browse the repository at this point in the history
  3. remove unused commons-io

    Hisoka-X committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8fea831 View commit details
    Browse the repository at this point in the history