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(data-transfer): fail to start transfer task on windows #3281

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

LuckyPickleZZ
Copy link
Collaborator

What type of PR is this?

type-bug

What this PR does / why we need it:

We use Paths#get to get class path for datax task. But on windows, the classpath like 'lib/*:.' are illegal file path. The get method would raise an illegal path format exception.
So we concat the path straightly instead of using Paths

Which issue(s) this PR fixes:

Fixes #3125

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@LuckyPickleZZ LuckyPickleZZ added this to the ODC 4.3.2 milestone Sep 5, 2024
@LuckyPickleZZ LuckyPickleZZ self-assigned this Sep 5, 2024
Copy link
Contributor

@yhilmare yhilmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yhilmare yhilmare merged commit f1cfa96 into dev/4.3.x Sep 5, 2024
14 checks passed
@yhilmare yhilmare deleted the wenmu_432_fix_mysql_transfer_failed branch September 5, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Developed
Development

Successfully merging this pull request may close these issues.

2 participants