forked from apache/cassandra-gocql-driver
-
Notifications
You must be signed in to change notification settings - Fork 63
Merge upstream changes up to commit 8bb171c2
#411
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
Merged
dkropachev
merged 6 commits into
scylladb:master
from
illia-li:il/update_upstream_to_8bb171c2
Mar 26, 2025
Merged
Merge upstream changes up to commit 8bb171c2
#411
dkropachev
merged 6 commits into
scylladb:master
from
illia-li:il/update_upstream_to_8bb171c2
Mar 26, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exec() method for batch was added & Query() method was refactored. Batch for now behaves the same way as query. patch by Oleksandr Luzhniy; reviewed by João Reis, Danylo Savchenko, Bohdan Siryk, Jackson Fleming, for CASSGO-7
Patch by Lukasz Antoniak; reviewed by Joao Reis, Jackson Fleming for CASSGO-20
By default, if the logger in the cluster config is not set, the NewSession() method sets a default logger instance which is a deprecated global variable. patch by Oleksandr Luzhniy; reviewed by João Reis, Stanislav Bychkov, Jackson Fleming, for CASSGO-24
Bumped due to cancelation of running CI workflows with the deprecated version of actions/upload-artifact@v3 and in order to prevent future interruptions with deprecation of actions/cache@v2. Patch by Bohdan Siryk; Reviewed by João Reis, Stanislav Bychkov for CASSGO-48
Some features marked as "Deprecated" were removed: Global TimeoutLimit variable; MustParseConsistency() function; New() method for typeInfo{} interface; View field for the KeyspaceMetadata structure; patch by Oleksandr Luzhniy; reviewed by João Reis, James Hartig, for CASSGO-12
64a2e22
to
04e2cf7
Compare
dkropachev
requested changes
Mar 25, 2025
dkropachev
reviewed
Mar 25, 2025
60f0f0a
to
98a57c4
Compare
dkropachev
previously approved these changes
Mar 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last issue to fix
98a57c4
to
a837b86
Compare
sylwiaszunejko
approved these changes
Mar 26, 2025
dkropachev
approved these changes
Mar 26, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original commit list:
Message:
Status:
APPLIED
2. apache@37030fb
Message:
Status:
APPLIED
3. apache@ba7d563
Message:
Status:
APPLIED
4. apache@3e21781
Message:
Status:
APPLIED
5. apache@8bb171c
Message:
Status:
APPLIED