Skip to content

[fix-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames#11696

Merged
ruanwenjun merged 1 commit intoapache:devfrom
fuchanghai:upstream-11689
Sep 5, 2022
Merged

[fix-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames#11696
ruanwenjun merged 1 commit intoapache:devfrom
fuchanghai:upstream-11689

Conversation

@fuchanghai
Copy link
Copy Markdown
Member

…SqlResolveColumnNames

Purpose of the pull request

Brief change log

change replaceAll to replace in method of tryExecuteSqlResolveColumnNames

Verify this pull request

This pull request is code cleanup without any test coverage.

this close #11689

@SbloodyS SbloodyS added bug Something isn't working backend labels Aug 30, 2022
@SbloodyS SbloodyS added this to the 3.0.1 milestone Aug 30, 2022
@fuchanghai fuchanghai changed the title [feature-#11689] change replaceAll to replace in method of tryExecute… [fix-#11689] change replaceAll to replace in method of tryExecute… Aug 30, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 30, 2022

Codecov Report

Merging #11696 (a53050f) into dev (71eeab3) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##                dev   #11696      +/-   ##
============================================
- Coverage     39.81%   39.80%   -0.01%     
+ Complexity     4720     4717       -3     
============================================
  Files          1002     1002              
  Lines         37872    37872              
  Branches       4229     4230       +1     
============================================
- Hits          15077    15075       -2     
- Misses        21194    21195       +1     
- Partials       1601     1602       +1     
Impacted Files Coverage Δ
.../dolphinscheduler/plugin/task/datax/DataxTask.java 0.00% <0.00%> (ø)
...dolphinscheduler/remote/future/ResponseFuture.java 81.96% <0.00%> (-1.64%) ⬇️
...r/plugin/task/sqoop/parameter/SqoopParameters.java 55.12% <0.00%> (-1.29%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Copy Markdown
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

@ruanwenjun ruanwenjun changed the title [fix-#11689] change replaceAll to replace in method of tryExecute… [fix-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames Sep 5, 2022
Copy link
Copy Markdown
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

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

Could you please add UT for this, in fact, replace is the same as replaceAll, will replace all matched.

Copy link
Copy Markdown
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

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

Sorry, I missunstanderstand, this bug is caused by we didn't translate .

@fuchanghai
Copy link
Copy Markdown
Member Author

Could you please add UT for this, in fact, replace is the same as replaceAll, will replace all matched.

you can see the issue #11689

@fuchanghai
Copy link
Copy Markdown
Member Author

Sorry, I missunstanderstand, this bug is caused by we didn't translate .

thanks for your review

@ruanwenjun ruanwenjun merged commit f8b9aad into apache:dev Sep 5, 2022
@fuchanghai fuchanghai deleted the upstream-11689 branch September 6, 2022 05:41
fengjian1129 pushed a commit to fengjian1129/dolphinscheduler that referenced this pull request Sep 13, 2022
caishunfeng pushed a commit to caishunfeng/dolphinscheduler that referenced this pull request Sep 17, 2022
caishunfeng added a commit that referenced this pull request Sep 17, 2022
* [Cherry-pick-3.0.1][fix-#11691] Add lz4-java in clickhouse datasource. #11697

* [Cherry-pick-3.0.1][fix-#11689] change replaceAll to replace in method of tryExecuteSqlResolveColumnNames #11696

* [fix-11378] fix API-Server release response message typo (#11400)

* [fix-11295] remove duplicate classes

* [fix-11378] fix response message error

Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>

Co-authored-by: fuchanghai <33984497+fuchanghai@users.noreply.github.com>
Co-authored-by: fuchanghai <changhai.fu@marketingforce.com>
@caishunfeng caishunfeng added the release cherry-pick Mark this issue/PR had cherry-pick for release version label Sep 17, 2022
xdu-chenrj pushed a commit to xdu-chenrj/dolphinscheduler that referenced this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend bug Something isn't working release cherry-pick Mark this issue/PR had cherry-pick for release version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] [DataX] change replaceAll to replace

5 participants