risinglightdb / risinglight

An educational OLAP database system.
Apache License 2.0
1.59k stars 211 forks source link

binder/chore: remove drop test #811

Closed caicancai closed 9 months ago

caicancai commented 9 months ago

https://github.com/risinglightdb/risinglight/pull/809

caicancai commented 9 months ago

At present, drop test is not necessary, one is that this code is not used

let catalog = Arc::new(RootCatalog::new());
        catalog
            .add_table(0, "mytable".into(), vec![], false, vec![])
            .unwrap();
caicancai commented 9 months ago

cc @wangrunji0408