Skip to content

fix(partition-plan): failed to execute partition ddl when schema or table name is in lower case#2088

Merged
yhilmare merged 1 commit intodev/4.2.xfrom
fix/shanlu_low_case_tbl
Mar 28, 2024
Merged

fix(partition-plan): failed to execute partition ddl when schema or table name is in lower case#2088
yhilmare merged 1 commit intodev/4.2.xfrom
fix/shanlu_low_case_tbl

Conversation

@yhilmare
Copy link
Copy Markdown
Contributor

What type of PR is this?

type-bug

What this PR does / why we need it:

wrap the identifier with '"' or '`' to make partition work normally when identifier is in lower case

Which issue(s) this PR fixes:

Fixes #2086

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


Copy link
Copy Markdown
Contributor

@PeachThinking PeachThinking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yhilmare yhilmare merged commit 6f512cd into dev/4.2.x Mar 28, 2024
@yhilmare yhilmare deleted the fix/shanlu_low_case_tbl branch March 28, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[Bug]: The sql statement generated by the partition plan must enclose the lowercase table name in quotation marks.

5 participants