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

Rename several concepts for DAP-13. #3470

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Rename several concepts for DAP-13. #3470

merged 3 commits into from
Nov 13, 2024

Conversation

branlwyd
Copy link
Contributor

@branlwyd branlwyd commented Nov 9, 2024

Specifically:

  • Rename "query type" to "batch mode".
  • Rename the "fixed-size" batch mode to "leader-selected".
  • Rename "prepare error" to "report error".

@branlwyd branlwyd added the allow-changed-migrations Override the ci-migrations check to allow migrations that have changed. label Nov 9, 2024
@branlwyd
Copy link
Contributor Author

branlwyd commented Nov 9, 2024

I also surveyed renaming "upload extension" to "report extension" -- it turns out there is nothing to change here. In source code, we always refer to this concept as simply "extensions".

Part of #3436.

@branlwyd branlwyd marked this pull request as ready for review November 12, 2024 22:09
@branlwyd branlwyd requested a review from a team as a code owner November 12, 2024 22:09
@branlwyd
Copy link
Contributor Author

(rebased w/ #3469)

Comment on lines +88 to +92
R: Backoff + Clone + Send + Sync + 'static,
{
pub fn new(
http_client: reqwest::Client,
backoff: B,
backoff: R,
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I think this is a sed error, Backoff still ought to be B.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I renamed the B: Backoff types to R (for retry) instead, since they conflicted with the new B: BatchMode types.

@branlwyd branlwyd merged commit cd883aa into main Nov 13, 2024
7 of 8 checks passed
@branlwyd branlwyd deleted the bran/dap-13-rename branch November 13, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allow-changed-migrations Override the ci-migrations check to allow migrations that have changed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants