We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95088cc commit 407c01cCopy full SHA for 407c01c
rust/cubesql/cubesql/src/compile/engine/df/scan.rs
@@ -1364,7 +1364,7 @@ mod tests {
1364
impl TransportService for TestConnectionTransport {
1365
// Load meta information about cubes
1366
async fn meta(&self, _ctx: AuthContextRef) -> Result<Arc<MetaContext>, CubeError> {
1367
- panic!("It's a fake transport");
+ panic!("It's a fake transport 2");
1368
}
1369
1370
async fn sql(
0 commit comments