mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
bump arrow for struct support in table output
This commit is contained in:
parent
75bb596987
commit
e5989d1f9d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -288,7 +288,7 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
||||
[[package]]
|
||||
name = "arrow"
|
||||
version = "4.4.0"
|
||||
source = "git+https://github.com/houqp/arrow-rs.git?rev=32b835e5bee228d8a52015190596f4c33765849a#32b835e5bee228d8a52015190596f4c33765849a"
|
||||
source = "git+https://github.com/houqp/arrow-rs.git?rev=eb0aaf164ba44590b30bac38b92094308acd7733#eb0aaf164ba44590b30bac38b92094308acd7733"
|
||||
dependencies = [
|
||||
"cfg_aliases",
|
||||
"chrono",
|
||||
@ -1827,7 +1827,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "parquet"
|
||||
version = "4.4.0"
|
||||
source = "git+https://github.com/houqp/arrow-rs.git?rev=32b835e5bee228d8a52015190596f4c33765849a#32b835e5bee228d8a52015190596f4c33765849a"
|
||||
source = "git+https://github.com/houqp/arrow-rs.git?rev=eb0aaf164ba44590b30bac38b92094308acd7733#eb0aaf164ba44590b30bac38b92094308acd7733"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"base64",
|
||||
|
||||
@ -7,8 +7,8 @@ members = [
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
arrow = { git = "https://github.com/houqp/arrow-rs.git", rev = "32b835e5bee228d8a52015190596f4c33765849a" }
|
||||
parquet = { git = "https://github.com/houqp/arrow-rs.git", rev = "32b835e5bee228d8a52015190596f4c33765849a" }
|
||||
arrow = { git = "https://github.com/houqp/arrow-rs.git", rev = "eb0aaf164ba44590b30bac38b92094308acd7733" }
|
||||
parquet = { git = "https://github.com/houqp/arrow-rs.git", rev = "eb0aaf164ba44590b30bac38b92094308acd7733" }
|
||||
# datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "e97b86a8bc410983a73b5802ae44eb7a55faecd3" }
|
||||
|
||||
actix-cors = { git = "https://github.com/houqp/actix-extras.git", rev = "ab3bdb6a5924b6d881d204856199e7539e273d2f" }
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "columnq"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Qingping Hou <dave2008713@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "roapi-http"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Qingping Hou <dave2008713@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user