parser: Add ADD_COLUMNAR_REPLICA_ON_DEMAND#61159
parser: Add ADD_COLUMNAR_REPLICA_ON_DEMAND#61159ti-chi-bot[bot] merged 6 commits intopingcap:masterfrom
Conversation
Signed-off-by: Wish <breezewish@outlook.com>
Signed-off-by: Wish <breezewish@outlook.com>
This reverts commit e9bca98.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #61159 +/- ##
================================================
+ Coverage 73.1818% 73.5963% +0.4144%
================================================
Files 1724 1724
Lines 477472 477736 +264
================================================
+ Hits 349423 351596 +2173
+ Misses 106646 104720 -1926
- Partials 21403 21420 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
| /* The following tokens belong to UnReservedKeyword. Notice: make sure these tokens are contained in UnReservedKeyword. */ | ||
| account "ACCOUNT" | ||
| action "ACTION" | ||
| addColumnarReplicaOnDemand "ADD_COLUMNAR_REPLICA_ON_DEMAND" |
There was a problem hiding this comment.
@breezewish You can run cd pkg/parser && make fmt.
There was a problem hiding this comment.
Format is updated, thank you all! @hawkingrei @tangenta
Signed-off-by: Wish <breezewish@outlook.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tangenta, yudongusa 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 |
What problem does this PR solve?
Issue Number: ref #54245
Problem Summary:
What changed and how does it work?
Allow SQLs like this in parser:
Note that this PR only changes the parser. It does not take effect currently (so there is no release note needed).
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.