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

Call semanticException method as a format method in several places #15051

Merged

Conversation

ksobolew
Copy link
Contributor

Description

The semanticException factory method is a format method - it takes a format string and format arguments - so it shoule be called as one. A future PR will enforce that using Error Prone, this PR collects fixes for the less trivial cases that need to be converted.

Non-technical explanation

Better code quality.

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@ksobolew
Copy link
Contributor Author

Kudu tests timed out

@kokosing
Copy link
Member

@ksobolew Please report the flakiness of kudu as github issue.

@ksobolew
Copy link
Contributor Author

It's actually this one: #14487

@kokosing
Copy link
Member

The release is now in progress. I will merge once the release is complete. Please ping me if I forget.

@ksobolew
Copy link
Contributor Author

Ping :)

@kokosing kokosing merged commit f894388 into trinodb:master Nov 17, 2022
@kokosing
Copy link
Member

No release notes.

@kokosing
Copy link
Member

@ksobolew Thanks!

@ksobolew ksobolew deleted the kudi/semantic-exception-is-a-format-method branch November 17, 2022 10:22
@github-actions github-actions bot added this to the 404 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants