Skip to content

Conversation

@sdhzwc
Copy link
Contributor

@sdhzwc sdhzwc commented Apr 16, 2025

close #17061
Incorrect operation closed pr #17062

Brief change log

Verify this pull request

This pull request is code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(or)

Pull Request Notice

Pull Request Notice

If your pull request contains incompatible change, you should also add it to docs/docs/en/guide/upgrade/incompatible.md

@github-actions github-actions bot added the UI ui and front end related label Apr 16, 2025
@SbloodyS SbloodyS added the bug Something isn't working label Apr 17, 2025
@SbloodyS SbloodyS added this to the 3.3.1 milestone Apr 17, 2025
@nielifeng nielifeng requested a review from Copilot April 17, 2025 02:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request cleans up the Linkis task configuration by removing the default dummy initialization in the paramScript field.

  • Removed a default object from paramScript to initialize it as an empty array.
  • Ensures the task configuration aligns with the intended usage and display for Linkis options.
Comments suppressed due to low confidence (1)

dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-linkis.ts:51

  • The change to initialize paramScript as an empty array removes the default value. Please verify that any downstream usage relying on a default object is covered by tests to prevent unintended behavior.
paramScript: [],

Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

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

LGTM

@sonarqubecloud
Copy link

@SbloodyS SbloodyS merged commit b7fc727 into apache:dev Apr 18, 2025
71 checks passed
davidzollo pushed a commit to davidzollo/dolphinscheduler that referenced this pull request Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready-to-merge UI ui and front end related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement][UI][LINKIS] Improvement linkis option parameters default show

3 participants