[ 
https://issues.apache.org/jira/browse/CASSGO-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Hartig updated CASSGO-42:
-------------------------------
    Test and Documentation Plan: ci
                         Status: Patch Available  (was: In Progress)

https://github.com/apache/cassandra-gocql-driver/pull/1853

> MapExecuteBatchCAS panic when iterator error or non-cas
> -------------------------------------------------------
>
>                 Key: CASSGO-42
>                 URL: https://issues.apache.org/jira/browse/CASSGO-42
>             Project: Apache Cassandra Go driver
>          Issue Type: Bug
>          Components: Core
>            Reporter: James Hartig
>            Assignee: James Hartig
>            Priority: Normal
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> `applied = dest["[applied]"].(bool)` is in `MapExecuteBatchCAS` but if the 
> iterator errored then the map might be empty and then `panic: interface 
> conversion: interface {} is nil, not bool` is thrown. We should be checking 
> if the field exists and only panic if it's actually not-nil and not a bool.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to