-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
area/testingRelated to tests - unit, integration, or even out of repoRelated to tests - unit, integration, or even out of repobugSomething isn't workingSomething isn't working
Description
Considering that #1014 is marked as resolved, should there be unimplemented in the match that converts column type to ID for the Vector type?
scylla-rust-driver/scylla-cql/src/frame/response/result.rs
Lines 1292 to 1294 in 78fb4de
| Self::Vector { .. } => { | |
| unimplemented!(); | |
| } |
Metadata
Metadata
Assignees
Labels
area/testingRelated to tests - unit, integration, or even out of repoRelated to tests - unit, integration, or even out of repobugSomething isn't workingSomething isn't working