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] Fix ClickhouseFile write file failed when field value is null #4937

Merged
merged 3 commits into from
Jun 20, 2023

Commits on Jun 16, 2023

  1. Update ClickhouseFileSinkWriter.java

    Bug fix: When ClikchouseFileSinkerWriter writes to a temporary file, it does not check whether the field value is empty, so an exception will be thrown.
    
    Modified to write an empty string when a null value is encountered
    ddna1021 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a9a209b View commit details
    Browse the repository at this point in the history
  2. Update ClickhouseFileSinkWriter.java

    repair code style
    ddna1021 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b959305 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update ClickhouseFileSinkWriter.java

    code style
    ddna1021 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    babdc61 View commit details
    Browse the repository at this point in the history