This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 6b1369e65 Tweak object_store changelog (#2400)
6b1369e65 is described below
commit 6b1369e655154d5873b499859fe80fa50f505ca4
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Aug 11 12:33:02 2022 +0100
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 83b4fa990..93faa678f 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:**