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

[Fix][Connector-V2] Field information lost during Paimon DataType and SeaTunnel Column conversion #6767

Merged
merged 16 commits into from
May 23, 2024

Commits on Apr 27, 2024

  1. paimon catalog basetype

    ClownXC committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    6c102ae View commit details
    Browse the repository at this point in the history
  2. replace dead links

    ClownXC committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4a5431f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Merge branch 'dev' into paimon_catalog_basetype

    # Conflicts:
    #	docs/en/connector-v2/sink/Doris.md
    ClownXC committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    fb43528 View commit details
    Browse the repository at this point in the history
  2. remove PaimonType

    ClownXC committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    2d1cb44 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. add test case

    ClownXC committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0e91978 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. remove CommonErrorCodeDeprecated

    ClownXC committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8036acb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. reuse unsupportedDataType

    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    548e68a View commit details
    Browse the repository at this point in the history
  2. unsupportedArrayGenericType add fieldname

    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6e3f204 View commit details
    Browse the repository at this point in the history
  3. fix

    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    bdb4b77 View commit details
    Browse the repository at this point in the history
  4. fix

    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ea955f3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' into paimon_catalog_basetype

    # Conflicts:
    #	seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonError.java
    #	seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java
    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    760fb29 View commit details
    Browse the repository at this point in the history
  6. optimize code

    ClownXC committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3915e36 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. double range validation

    ClownXC committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a7c0649 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. remove UNSUPPORTED_DATA_TYPE_SIMPLE

    ClownXC committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e57182c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into paimon_catalog_basetype

    # Conflicts:
    #	seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java
    #	seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/catalog/PaimonCatalog.java
    ClownXC committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b068137 View commit details
    Browse the repository at this point in the history
  3. code style

    ClownXC committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f162b5e View commit details
    Browse the repository at this point in the history