Skip to content

Commit

Permalink
downgrade arrow again, generate patch
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
  • Loading branch information
BugenZhao committed Aug 1, 2024
1 parent a95b032 commit 1f4fe61
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions arrow-50.patch
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 1f4fe61

Please sign in to comment.