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 52d4157 commit 14348e4Copy full SHA for 14348e4
optd-core/src/cascades/mod.rs
@@ -147,7 +147,7 @@ mod tests {
147
148
#[tokio::test]
149
async fn test_ingest_partial_logical_plan() -> anyhow::Result<()> {
150
- let memo = SqliteMemo::new("sqlite://memo.db").await?;
+ let memo = SqliteMemo::new_in_memory().await?;
151
// select * from t1, t2 where t1.id = t2.id and t2.name = 'Memo' and t2.v1 = 1 + 1
152
let partial_logical_plan = filter(
153
join(
0 commit comments