()
| 698 | |
| 699 | #[test] |
| 700 | fn test_get_store_local() { |
| 701 | let sut = DefaultObjectStoreRegistry::default(); |
| 702 | let url = ListingTableUrl::parse("../").unwrap(); |
| 703 | sut.get_store(url.as_ref()).unwrap(); |
| 704 | } |
| 705 | |
| 706 | #[test] |
| 707 | fn test_with_statistics_appends_partition_column_stats() { |