From 4dc864e2401f2ed3230c9042a4dd56f6d1c30360 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Tue, 15 Jun 2021 19:59:52 -0400 Subject: [arrow] Update to 4.0.0 (#17975) * Update arrow to 4.0.0 * Format * Try fix thrift * Update versions/ files * Do not set ZSTD_ROOT * Remove double quotes causing Windows problems * Apply patches * Remove LIB_DIR_OPTIONS * Tweak zstd flags * Update version hash * Format * Fail early on x86 * Update hash * Fail early on arm, arm64 * Update hash * Add expected failures to to scripts/ci.baseline.txt * Exclude mallocs from default features * Update hash * Set default-features to false for aws-sdk-cpp Co-authored-by: Robert Schumacher * Specify only x64 support in manifest Co-authored-by: Robert Schumacher * Remove unneeded ci.baseline.txt entries Co-authored-by: Robert Schumacher * Remove dataset from default-features Co-authored-by: Robert Schumacher * Update hash * Remove zstd path args * Update hash Co-authored-by: Tanguy Fautre Co-authored-by: Robert Schumacher --- versions/a-/arrow.json | 5 +++++ versions/baseline.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index d795d327a..503dbef98 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2066704ab2b0b5977bcd5677ea1378fac0b0555c", + "version": "4.0.0", + "port-version": 0 + }, { "git-tree": "bc9cb096ffa223f2af620db18ed244d17e47ffe7", "version-string": "3.0.0", diff --git a/versions/baseline.json b/versions/baseline.json index 4ff7df52a..c46e2c457 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -157,7 +157,7 @@ "port-version": 3 }, "arrow": { - "baseline": "3.0.0", + "baseline": "4.0.0", "port-version": 0 }, "ashes": { -- cgit v1.2.3