From 1f4fe6151f12c13727253646befcfc75e08c488f Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Thu, 1 Aug 2024 15:55:44 +0800 Subject: [PATCH] downgrade arrow again, generate patch Signed-off-by: Bugen Zhao --- Cargo.lock | 20 ++++++++++---------- arrow-50.patch | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 arrow-50.patch diff --git a/Cargo.lock b/Cargo.lock index 25bb1c6439961..0fbd7926fbfeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,9 +891,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76cb6d108605c5489fff1ef9c520656946ad05ed0de3ea6d26d56bcb34bdb8c5" dependencies = [ "anyhow", - "arrow-array 52.0.0", - "arrow-buffer 52.0.0", - "arrow-schema 52.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-schema 50.0.0", "atomic-time", "rquickjs", ] @@ -905,10 +905,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4506efc6fbc200c083add2a7ed4e3616a859941a745e922320ae7051d90d12ec" dependencies = [ "anyhow", - "arrow-array 52.0.0", - "arrow-buffer 52.0.0", - "arrow-ipc 52.0.0", - "arrow-schema 52.0.0", + "arrow-array 50.0.0", + "arrow-buffer 50.0.0", + "arrow-ipc 50.0.0", + "arrow-schema 50.0.0", "lazy_static", "pyo3", "pyo3-build-config", @@ -921,9 +921,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb829e25925161d93617d4b053bae03fe51e708f2cce088d85df856011d4f369" dependencies = [ "anyhow", - "arrow-array 52.0.0", - "arrow-ipc 52.0.0", - "arrow-schema 52.0.0", + "arrow-array 50.0.0", + "arrow-ipc 50.0.0", + "arrow-schema 50.0.0", "async-trait", "base64 0.22.0", "genawaiter", diff --git a/arrow-50.patch b/arrow-50.patch new file mode 100644 index 0000000000000..f0e9ee770af82 --- /dev/null +++ b/arrow-50.patch @@ -0,0 +1,34 @@ +Cargo.lock --- 1/3 --- TOML +891 checksum = "76cb6d108605c5489fff1ef9c520656946ad05ed0de3ea6d26d56bcb34bdb8c5" 891 checksum = "76cb6d108605c5489fff1ef9c520656946ad05ed0de3ea6d26d56bcb34bdb8c5" +892 dependencies = [ 892 dependencies = [ +893 "anyhow", 893 "anyhow", +894 "arrow-array 52.0.0", 894 "arrow-array 50.0.0", +895 "arrow-buffer 52.0.0", 895 "arrow-buffer 50.0.0", +896 "arrow-schema 52.0.0", 896 "arrow-schema 50.0.0", +897 "atomic-time", 897 "atomic-time", +898 "rquickjs", 898 "rquickjs", +899 ] 899 ] + +Cargo.lock --- 2/3 --- TOML +905 checksum = "4506efc6fbc200c083add2a7ed4e3616a859941a745e922320ae7051d90d12ec" 905 checksum = "4506efc6fbc200c083add2a7ed4e3616a859941a745e922320ae7051d90d12ec" +906 dependencies = [ 906 dependencies = [ +907 "anyhow", 907 "anyhow", +908 "arrow-array 52.0.0", 908 "arrow-array 50.0.0", +909 "arrow-buffer 52.0.0", 909 "arrow-buffer 50.0.0", +910 "arrow-ipc 52.0.0", 910 "arrow-ipc 50.0.0", +911 "arrow-schema 52.0.0", 911 "arrow-schema 50.0.0", +912 "lazy_static", 912 "lazy_static", +913 "pyo3", 913 "pyo3", +914 "pyo3-build-config", 914 "pyo3-build-config", + +Cargo.lock --- 3/3 --- TOML +921 checksum = "eb829e25925161d93617d4b053bae03fe51e708f2cce088d85df856011d4f369" 921 checksum = "eb829e25925161d93617d4b053bae03fe51e708f2cce088d85df856011d4f369" +922 dependencies = [ 922 dependencies = [ +923 "anyhow", 923 "anyhow", +924 "arrow-array 52.0.0", 924 "arrow-array 50.0.0", +925 "arrow-ipc 52.0.0", 925 "arrow-ipc 50.0.0", +926 "arrow-schema 52.0.0", 926 "arrow-schema 50.0.0", +927 "async-trait", 927 "async-trait", +928 "base64 0.22.0", 928 "base64 0.22.0", +929 "genawaiter", 929 "genawaiter", +