-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
downgrade arrow again, generate patch
Signed-off-by: Bugen Zhao <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|