pingcap / parser

A MySQL Compatible SQL Parser
Apache License 2.0
1.41k stars 489 forks source link

parser: create and alter placement policy #1305

Closed AilinKid closed 3 years ago

AilinKid commented 3 years ago

What problem does this PR solve?

support create and alter placement policy

What is changed and how it works?

add syntax for 1: create placement policy if not exists x placement_opts 2: alter placement policy if exists x placement_opts

this is based on https://github.com/pingcap/parser/pull/1299, wait for it merged first.

Check List

Tests

Related changes

ti-chi-bot commented 3 years ago

[REVIEW NOTIFICATION]

This pull request has not been approved.

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment. After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

The full list of commands accepted by this bot can be found here.

Reviewer can indicate their review by submitting an approval review. Reviewer can cancel approval by submitting a request changes review.
ti-chi-bot commented 3 years ago

@AilinKid: PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
AilinKid commented 3 years ago

move to https://github.com/pingcap/parser/pull/1313