From 6b1369e655154d5873b499859fe80fa50f505ca4 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Date: Thu, 11 Aug 2022 12:33:02 +0100 Subject: [PATCH] Tweak object_store changelog (#2400) --- object_store/CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/object_store/CHANGELOG.md b/object_store/CHANGELOG.md index 83b4fa990fbc..93faa678ffa8 100644 --- a/object_store/CHANGELOG.md +++ b/object_store/CHANGELOG.md @@ -30,18 +30,14 @@ - object\_store: Create explicit test for symlinks [\#2206](https://github.com/apache/arrow-rs/issues/2206) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] - object\_store: Make builder style configuration for object stores [\#2203](https://github.com/apache/arrow-rs/issues/2203) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] - object\_store: Add example in the main documentation readme [\#2202](https://github.com/apache/arrow-rs/issues/2202) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] -- Switch object\_store to log crate from tokio-tracing [\#2255](https://github.com/apache/arrow-rs/issues/2255) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] **Fixed bugs:** - Azure/S3 Storage Fails to Copy Blob with URL-encoded Path [\#2353](https://github.com/apache/arrow-rs/issues/2353) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] - Accessing a file with a percent-encoded name on the filesystem with ObjectStore LocalFileSystem [\#2349](https://github.com/apache/arrow-rs/issues/2349) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] -- Test `local::tests::test_list_root` fails on main on macos [\#2174](https://github.com/apache/arrow-rs/issues/2174) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] -- object\_store unit test might be flaky [\#2141](https://github.com/apache/arrow-rs/issues/2141) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] **Documentation updates:** -- Update instructions on How to join the slack \#arrow-rust channel -- or maybe try to switch to discord?? [\#2192](https://github.com/apache/arrow-rs/issues/2192) - Improve `object_store crate` documentation [\#2260](https://github.com/apache/arrow-rs/pull/2260) [[object-store](https://github.com/apache/arrow-rs/labels/object-store)] ([alamb](https://github.com/alamb)) **Merged pull requests:**