Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: fix formatting of import, backup and create tenant #107892

Merged

Conversation

chengxiong-ruan
Copy link
Contributor

Informs: #99185

This commit cherry-picked changes from #107723 and add fixes for formatting EXPORT and CHANGEFEED options.

Release note: None

@chengxiong-ruan chengxiong-ruan requested a review from a team July 31, 2023 17:39
@chengxiong-ruan chengxiong-ruan requested review from a team as code owners July 31, 2023 17:39
@chengxiong-ruan chengxiong-ruan requested review from nkodali, rhu713 and msirek and removed request for a team July 31, 2023 17:39
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@chengxiong-ruan chengxiong-ruan requested review from a team and msbutler and removed request for nkodali, rhu713, msirek, a team and msbutler July 31, 2023 17:39
Informs: cockroachdb#99185

This commit cherry-picked changes from cockroachdb#107723 and add fixes
for formatting `EXPORT` options.

Release note: None
@chengxiong-ruan chengxiong-ruan requested a review from a team as a code owner July 31, 2023 19:55
@chengxiong-ruan chengxiong-ruan requested review from jayshrivastava and removed request for a team and jayshrivastava July 31, 2023 19:55
@chengxiong-ruan
Copy link
Contributor Author

@knz may I also have a review on this PR? Thanks!

Copy link
Contributor

@knz knz left a comment

Choose a reason for hiding this comment

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

I would like to question the wisdom of fixing the bugs on the release branch before the master branch, but that's a separate discussion. For now :lgtm: here.

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@chengxiong-ruan
Copy link
Contributor Author

I would like to question the wisdom of fixing the bugs on the release branch before the master branch, but that's a separate discussion

Good question! The reasoning behind is that I doubted the "backportability" from the beginning when looking for fixes for the test failure for 22.2. I started looking at issues for older version because I thought some syntaxes has been fixed in newer versions and a backport of fix for newer version won't fix it in older versions. It's true for 22.2. But funny that failures in master branch turned out to be a superset of 23.1, I overlooked that for sure :(

@chengxiong-ruan
Copy link
Contributor Author

TFTR!
bors r+

@craig
Copy link
Contributor

craig bot commented Aug 1, 2023

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Aug 1, 2023

This PR was included in a batch that timed out, it will be automatically retried

@craig
Copy link
Contributor

craig bot commented Aug 2, 2023

Build succeeded:

@craig craig bot merged commit f153ff2 into cockroachdb:master Aug 2, 2023
2 checks passed
annrpom pushed a commit to annrpom/cockroach that referenced this pull request Aug 7, 2023
Informs: cockroachdb#99185

This commit cherry-picked changes from cockroachdb#107892.

Release note: None
Fixes: cockroachdb#108254 and cockroachdb#108233 (partially)
Release justification: fixes bug with random syntax generation
annrpom pushed a commit to annrpom/cockroach that referenced this pull request Aug 8, 2023
Informs: cockroachdb#99185

This commit cheery-picked changes from cockroachdb#107892

Release note: None
Fixes: cockroachdb#108233
Release justification: fixes bug with random syntax generation
annrpom added a commit to annrpom/cockroach that referenced this pull request Aug 16, 2023
In cockroachdb#107892, there were some tests that accidentally overwrote
the "WITH" syntax to "WITH OPTIONS".

Release note: none
Epic: none
craig bot pushed a commit that referenced this pull request Aug 16, 2023
108708: sql: fix tests overwritten with WITH OPTIONS r=rafiss a=annrpom

In #107892, there were some tests that accidentally overwrote the "WITH" syntax to "WITH OPTIONS".

Release note: none
Epic: none

Co-authored-by: Annie Pompa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants