-
Notifications
You must be signed in to change notification settings - Fork 624
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
CASSGO-47 Enable Session.ExecuteBatchCAS() to return underlying scan errors #1860
base: trunk
Are you sure you want to change the base?
Conversation
@joao-r-reis I prepared a very very little patch for CASSGO-47. Could you please take a look at this and approve the workflow run? Thanks! |
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.
We should add a test or modify an existing one so that we can prevent a regression in the future (and to make sure this is properly fixed)
Adjusted |
The patch enables Session.ExecuteBatchCAS() to return an error which may happen during rows scanning. Patch by Bohdan Siryk; reviewed by <> for CASSGO-47
Ah, I see, the CI is canceled due to |
Created JIRA for the |
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.
lgtm
The patch enables Session.ExecuteBatchCAS() to return an error that may happen during rows scanning.
Patch by Bohdan Siryk; reviewed by <> for CASSGO-47
Originally raised in #1746