From 6a795dd8b1663402385f139f9cebdb76de20db24 Mon Sep 17 00:00:00 2001 From: sky <3374614481@qq.com> Date: Wed, 18 Oct 2023 10:34:14 +0800 Subject: [PATCH] update --- Cargo.lock | 2 +- src/common/arrow/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fb2935a15a3..dd9990c88e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11253,7 +11253,7 @@ checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" [[package]] name = "strawboat" version = "0.2.6" -source = "git+https://github.com/SkyFan2002/strawboat?branch=bp#5b81fac6cbe3a79c10d3f2e5bd0241b4f4fe3606" +source = "git+https://github.com/SkyFan2002/strawboat?rev=78748e#78748e9a43f2ac5833811a52805d5ffde29eb836" dependencies = [ "ahash 0.8.3", "arrow2", diff --git a/src/common/arrow/Cargo.toml b/src/common/arrow/Cargo.toml index 8231ec4a413d..1404182a9fb6 100644 --- a/src/common/arrow/Cargo.toml +++ b/src/common/arrow/Cargo.toml @@ -45,7 +45,7 @@ arrow = { package = "arrow2", version = "0.17.4", default-features = false, feat arrow-format = { workspace = true } futures = "0.3.24" # native = { package = "strawboat", git = "https://github.com/sundy-li/strawboat", rev = "f3114b" } -native = { package = "strawboat", git = "https://github.com/SkyFan2002/strawboat", branch = "bp" } +native = { package = "strawboat", git = "https://github.com/SkyFan2002/strawboat", rev = "78748e" } parquet2 = { version = "0.17.0", default_features = false, features = ["serde_types"] } [dev-dependencies]