Skip to content

Commit 97c904b

Browse files
committed
update strawboat to fix read nullable nested data types
1 parent 4a8169f commit 97c904b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ rpath = false
184184
# For example:
185185
# arrow-format = { git = "https://github.com/datafuse-extras/arrow-format", rev = "78dacc1" }
186186

187-
arrow2 = { git = "https://github.com/jorgecarleitao/arrow2", rev = "9749aee" }
187+
arrow2 = { git = "https://github.com/jorgecarleitao/arrow2", rev = "db87f71" }
188188
parquet2 = { git = "https://github.com/jorgecarleitao/parquet2", rev = "ed0e1ff" }
189189
limits-rs = { git = "https://github.com/datafuse-extras/limits-rs", rev = "abfcf7b" }
190190
metrics = { git = "https://github.com/datafuse-extras/metrics.git", rev = "fc2ecd1" }

src/common/arrow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ simd = ["arrow/simd"]
3535
# Workspace dependencies
3636

3737
# Crates.io dependencies
38-
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "9749aee", default-features = false, features = [
38+
arrow = { package = "arrow2", git = "https://github.com/jorgecarleitao/arrow2", rev = "db87f71", default-features = false, features = [
3939
"io_parquet",
4040
"io_parquet_compression",
4141
"serde_types",
4242
] }
4343

4444
arrow-format = { version = "0.8.0", features = ["flight-data", "flight-service", "ipc"] }
4545
futures = "0.3.24"
46-
native = { package = "strawboat", git = "https://github.com/sundy-li/strawboat", rev = "3a9f75c" }
46+
native = { package = "strawboat", git = "https://github.com/sundy-li/strawboat", rev = "81e616e" }
4747
parquet2 = { version = "0.17.0", default_features = false, features = ["serde_types"] }
4848

4949
[dev-dependencies]

0 commit comments

Comments
 (0)