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

[hotfix] fix config parse issue when integration with web #7960

Closed
wants to merge 1 commit into from

Conversation

liunaijie
Copy link
Member

@liunaijie liunaijie commented Nov 1, 2024

Purpose of this pull request

fix issue #5700

When inergration with seatunnel-web, In some cases the config file parse will got exception.

Some detail information:
If only define one source ( or one sink ). The ConfigFactory.parseFile() method will parse the source as a SimpleConfigObject instead of SimpleConfigList.
So when we case source as List<Map> will get exception.

This is a hotfix.

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@github-actions github-actions bot added the core SeaTunnel core module label Nov 1, 2024
@liunaijie liunaijie closed this Nov 6, 2024
@liunaijie liunaijie deleted the hotfix/config branch November 6, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core SeaTunnel core module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant