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] DorisSource build () Solution to null pointer exception #176

Closed
wants to merge 5 commits into from

Conversation

wolf-kingx
Copy link

Proposed changes

Issue Number: close #xxx

Problem Summary:

If you do not configure DorisReadOptions.builder().build() in DorisSink, you will not report a null pointer exception, but a null pointer exception will occur in DorisSource, causing you to have to force this configuration to run properly. The configuration should have been used on demand, so some changes were made to build in DorisSource.

Checklist(Required)

  1. Does it affect the original behavior: No
  2. Has unit tests been added: No
  3. Has document been added or modified:No
  4. Does it need to update dependencies: No
  5. Are there any changes that cannot be rolled back: No

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

@JNSimba
Copy link
Member

JNSimba commented Aug 10, 2023

Thank you for your contribution, there is already a related PR #175 , I will close this pr later.

@JNSimba JNSimba closed this Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants