From 9dd68cbd0abb1c98dbd8c01383b8378145b2f499 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Wed, 13 Nov 2019 12:01:45 -0800 Subject: [PATCH] ARROW-7163: [Doc] Fix double-and typos Closes #5816 from bwignall/typo and squashes the following commits: f4468a83b Fix double-and typo Authored-by: Brian Wignall Signed-off-by: Neal Richardson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b071083932df..1904ab3acc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1688,7 +1688,7 @@ * ARROW-4769 - [Rust] Improve array limit function where max records > len * ARROW-4776 - [C++] DictionaryBuilder should support bootstrapping from an existing dict type * ARROW-4777 - [C++/Python] manylinux1: Update lz4 to 1.8.3 -* ARROW-4789 - [C++] Deprecate and and later remove arrow::io::ReadableFileInterface +* ARROW-4789 - [C++] Deprecate and later remove arrow::io::ReadableFileInterface * ARROW-4791 - Unused dependencies in arrow and datafusion * ARROW-4794 - [Python] Make pandas an optional test dependency * ARROW-4797 - [Plasma] Avoid store crash if not enough memory is available