bump arrow for struct support in table output

This commit is contained in:
Qingping Hou 2021-07-21 00:04:18 -07:00
parent 75bb596987
commit e5989d1f9d
4 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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" }

View File

@ -1,6 +1,6 @@
[package]
name = "columnq"
version = "0.3.1"
version = "0.3.2"
authors = ["Qingping Hou <dave2008713@gmail.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "roapi-http"
version = "0.3.1"
version = "0.3.2"
authors = ["Qingping Hou <dave2008713@gmail.com>"]
edition = "2018"