There was an error while loading. Please reload this page.
1 parent 66a4abf commit a560561Copy full SHA for a560561
1 file changed
crates/modelardb_storage/src/delta_lake.rs
@@ -79,7 +79,7 @@ impl DeltaLake {
79
/// Create a new [`DeltaLake`] that manages the Delta tables in memory.
80
pub fn new_in_memory() -> Self {
81
Self {
82
- location: "memory://modelardb".to_owned(),
+ location: "memory:///modelardb".to_owned(),
83
storage_options: HashMap::new(),
84
object_store: Arc::new(InMemory::new()),
85
delta_table_cache: DashMap::new(),
0 commit comments