[Feature-2127][sql-schema] Fix the mysql version limited error (#2127)#2911
[Feature-2127][sql-schema] Fix the mysql version limited error (#2127)#2911davidzollo merged 3 commits intoapache:devfrom
Conversation
|
good idea. if remove default time set in sql file, but create_time and update_time is not set in java code in 1.0 version(you can check the code, I'm not remember clearly), system will not work fine |
Thx for your review. I've checked all the active dev branches and fixed 2127 in those dev branches |
Codecov Report
@@ Coverage Diff @@
## dev #2911 +/- ##
============================================
- Coverage 39.57% 39.39% -0.18%
+ Complexity 2711 2701 -10
============================================
Files 435 435
Lines 20116 20116
Branches 2453 2453
============================================
- Hits 7960 7925 -35
- Misses 11400 11438 +38
+ Partials 756 753 -3
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
|
good job, please contact me(lidongdai@apache.org) or wechat(510570367) , when added, please tell me your github id, thx |
What is the purpose of the pull request
Fix the mysql version and datetime sql syntax limited error for 5.5x - 5.64.
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.