diff --git a/Cargo.lock b/Cargo.lock index f4f82db..e9a4f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 66f68f3..3653a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/columnq/Cargo.toml b/columnq/Cargo.toml index b05a8a1..208490b 100644 --- a/columnq/Cargo.toml +++ b/columnq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "columnq" -version = "0.3.1" +version = "0.3.2" authors = ["Qingping Hou "] edition = "2018" diff --git a/roapi-http/Cargo.toml b/roapi-http/Cargo.toml index e628d27..e65caed 100644 --- a/roapi-http/Cargo.toml +++ b/roapi-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roapi-http" -version = "0.3.1" +version = "0.3.2" authors = ["Qingping Hou "] edition = "2018"