[FIX-7732][fix] fix column 'is_directory' of table t_ds_resources type error in PG database#7898
Merged
ruanwenjun merged 3 commits intoapache:devfrom Jan 9, 2022
Merged
Conversation
…pe error in PG database [FIX-7732][fix] fix column 'is_directory' of table t_ds_resources type error in PG database 1. alter column from int to boolean This closes apache#7732
…ype error in PG database [FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database 1. alter column from int to boolean. In the origin `Resource.java` ,`isDirectory` has a default value, so in the init sql set column default false 2. Format class `Resource.java` This closes apache#7732
Codecov Report
@@ Coverage Diff @@
## dev #7898 +/- ##
=========================================
Coverage 40.98% 40.99%
- Complexity 3694 3695 +1
=========================================
Files 637 637
Lines 27058 27058
Branches 3073 3073
=========================================
+ Hits 11090 11092 +2
+ Misses 14899 14894 -5
- Partials 1069 1072 +3
Continue to review full report at Codecov.
|
…ype error in PG database [FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database 1. alter column from int to boolean. In the origin `Resource.java` ,`isDirectory` has a default value, so in the init sql set column default false 2. Format class `Resource.java` This closes apache#7732
|
Kudos, SonarCloud Quality Gate passed! |
ruanwenjun
approved these changes
Jan 9, 2022
caishunfeng
pushed a commit
to caishunfeng/dolphinscheduler
that referenced
this pull request
Jan 14, 2022
…ype error in PG database (apache#7898) Fix column 'is_directory' of table t_ds_resources type error in PG database This closes apache#7732
caishunfeng
pushed a commit
to caishunfeng/dolphinscheduler
that referenced
this pull request
Jan 14, 2022
…ype error in PG database (apache#7898) Fix column 'is_directory' of table t_ds_resources type error in PG database This closes apache#7732
zhongjiajie
pushed a commit
that referenced
this pull request
Jan 14, 2022
* [cherry-pick-2.0.3]Correct typo in English README #7695 * Update NOTICE year (#7784) * [BUG] Repair JDBC connection of Oracle (#7883) * [cherry-pick-2.0.3][Fix-7538] [server] Fix when there is a forbidden node in dag, the execution flow is abnormal #7613 * [cherry-pick-2.0.3][Fix-7825] Remedy the value of create time and update time to be current time when importing a process json file. #7828 * [FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database (#7898) Fix column 'is_directory' of table t_ds_resources type error in PG database This closes #7732 Co-authored-by: Brennan Fox <brnnnfx@users.noreply.github.com> Co-authored-by: Kirs <acm_master@163.com> Co-authored-by: X&Z <980813351@qq.com> Co-authored-by: caishunfeng <534328519@qq.com> Co-authored-by: 天仇 <532066967@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Purpose of the pull request
fix column 'is_directory' of table
t_ds_resourcestype error in PG databaseBrief change log
Resource.java,isDirectoryhas a default value, so in the init sql set column default falseResource.javacan close #7732
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: