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

Fix warnings #1633

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Fix warnings #1633

merged 1 commit into from
Feb 19, 2025

Conversation

stIncMale
Copy link
Member

No description provided.

@stIncMale stIncMale requested a review from vbabanin February 18, 2025 23:39
@stIncMale stIncMale self-assigned this Feb 18, 2025
*
* This operation supports retryable writes.
* Depending on the number of `models`, encoded size of `models`, and the size limits in effect,
* executing this operation may require multiple `bulkWrite` commands.
* The eligibility for retries is determined per each `bulkWrite` command:
* [[ClientNamespacedUpdateManyModel]], [[ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
* [[org.mongodb.scala.model.bulk.ClientNamespacedUpdateManyModel]], [[org.mongodb.scala.model.bulk.ClientNamespacedDeleteManyModel]] in a command render it non-retryable.
Copy link
Member Author

@stIncMale stIncMale Feb 18, 2025

Choose a reason for hiding this comment

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

I do not understand why there had been warnings, and what had the compiler not liked about the import versus the qualified name, but the change did remove the warnings.

@stIncMale stIncMale merged commit c95ea47 into mongodb:main Feb 19, 2025
56 of 60 checks passed
@stIncMale stIncMale deleted the fixWarnings branch February 19, 2025 05:29
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.

2 participants