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

[cdc-pipeline-connector][doris] Introduce Doris cdc pipeline DataSink #2729

Closed
wants to merge 26 commits into from

Commits on Nov 22, 2023

  1. add doris sink connector for pipeline

    wudi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    38912d1 View commit details
    Browse the repository at this point in the history
  2. fix

    wudi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    49befdf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Merge branch 'master' into doris-sink

    # Conflicts:
    #	flink-cdc-common/src/main/java/com/ververica/cdc/common/schema/Schema.java
    wudi committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    68a92e7 View commit details
    Browse the repository at this point in the history
  2. remove serialiazer and typemapping

    wudi committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    44f9ce2 View commit details
    Browse the repository at this point in the history
  3. code style format

    wudi committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5addc14 View commit details
    Browse the repository at this point in the history
  4. add doc

    wudi committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    808efb4 View commit details
    Browse the repository at this point in the history
  5. add other options

    wudi committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    26103b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. code format

    wudi committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f5bccdb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'master' into doris-sink

    # Conflicts:
    #	flink-cdc-common/src/main/java/com/ververica/cdc/common/data/GenericStringData.java
    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5cf8dc3 View commit details
    Browse the repository at this point in the history
  2. change identifier

    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a3593b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into doris-sink

    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    103102c View commit details
    Browse the repository at this point in the history
  4. update

    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9df7fef View commit details
    Browse the repository at this point in the history
  5. remove GenericStringdata

    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    86e2fea View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into doris-sink

    # Conflicts:
    #	flink-cdc-common/src/main/java/com/ververica/cdc/common/utils/SchemaUtils.java
    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    23d24eb View commit details
    Browse the repository at this point in the history
  7. update pom and remove recorddatautil

    wudi committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e91ee2c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'master' into doris-sink

    # Conflicts:
    #	flink-cdc-common/src/main/java/com/ververica/cdc/common/utils/SchemaUtils.java
    wudi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    82c6785 View commit details
    Browse the repository at this point in the history
  2. update

    wudi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6ee36cd View commit details
    Browse the repository at this point in the history
  3. code style

    wudi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    04bac72 View commit details
    Browse the repository at this point in the history
  4. fix bugs

    wudi committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2535767 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. schemachange fail throw exception

    wudi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4e3ab7c View commit details
    Browse the repository at this point in the history
  2. add require option and code style

    wudi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d5ae65c View commit details
    Browse the repository at this point in the history
  3. update default option

    wudi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    154f080 View commit details
    Browse the repository at this point in the history
  4. improve

    wudi committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2240520 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. remove unuse options

    wudi committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d09375b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. update pom release

    wudi committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    f5f982a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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