-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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][sql] Add unique key to process_definition_log avoid TooManyResultExpection #12503
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #12503 +/- ##
============================================
+ Coverage 39.45% 39.61% +0.16%
+ Complexity 4217 4189 -28
============================================
Files 1041 1038 -3
Lines 39160 38843 -317
Branches 4478 4449 -29
============================================
- Hits 15449 15388 -61
+ Misses 21942 21711 -231
+ Partials 1769 1744 -25
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use english in the commit message.
dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql
Outdated
Show resolved
Hide resolved
dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_ddl.sql
Outdated
Show resolved
Hide resolved
...cheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/postgresql/dolphinscheduler_ddl.sql
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
May I ask whether we are going to add this patch to 3.0.2? |
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, And I think it should in version 3.0.2.
…ltExpection (apache#12503) * Add unique key to t_ds_process_definition_log
… TooManyResultExpection #12503
After I edit the workflow, I save it.
The interface response speed is too slow.
Let me think I didn't save it,So I saved it again.
The result saved successfully both times.
But in the t_ds_process_definition_log table, the version values are the same.
Causes the list interface to report an error.
This should be addressed first at the table structure level.
fix: #12504