pkg/ddl, pkg/executor: validate MV START WITH/NEXT expr type and remove defaults#66383
Conversation
|
Hi @windtalker. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/release-8.5-materialized-view #66383 +/- ##
==========================================================================
Coverage ? 57.6079%
==========================================================================
Files ? 1791
Lines ? 641911
Branches ? 0
==========================================================================
Hits ? 369792
Misses ? 246961
Partials ? 25158
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/test unit-test |
|
@windtalker: PRs from untrusted users cannot be marked as trusted with DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/run check_dev_2 |
|
/test check_dev_2 |
|
@windtalker: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@windtalker: PRs from untrusted users cannot be marked as trusted with DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test check-dev2 |
|
@windtalker: PRs from untrusted users cannot be marked as trusted with DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wjhuang2016, xzhangxian1008 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
e8829b0
into
pingcap:feature/release-8.5-materialized-view
What problem does this PR solve?
Issue Number: ref #18023
Problem Summary:
Support
START WITH/NEXTforCREATE MATERIALIZED VIEWandCREATE MATERIALIZED VIEW LOGwith correct create-time semantics.What changed and how does it work?
START WITHorNEXT, store empty strings instead of defaulting toNOW()/300.START WITH/NEXTexpressions in MV refresh and MV LOG purge areDATETIME/TIMESTAMPtyped.NEXT 300/NEXT 600style SQL in affected tests with datetime expressions.START WITH/NEXT.Check List
Tests
Test command:
Side effects
Documentation
Release note