Skip to content

Commit

Permalink
Bumped arrow-format to 0.8 (jorgecarleitao#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored and ritchie46 committed Mar 29, 2023
1 parent d09164f commit ec50cc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -32,7 +32,7 @@ hash_hasher = "^2.0.3"
simdutf8 = "0.1.3"
# faster hashing
ahash = { version = "0.7" }
# A Rust port of SwissTable
# A Rust port of SwissTable
hashbrown = { version = "0.12", default-features = false, optional = true }

# for timezone support
Expand All @@ -58,7 +58,7 @@ indexmap = { version = "^1.6", optional = true }
# used to print columns in a nice columnar format
comfy-table = { version = "5.0", optional = true, default-features = false }

arrow-format = { version = "0.7", optional = true, features = ["ipc"] }
arrow-format = { version = "0.8", optional = true, features = ["ipc"] }

hex = { version = "^0.4", optional = true }

Expand Down
6 changes: 3 additions & 3 deletions integration-testing/Cargo.toml
Expand Up @@ -29,16 +29,16 @@ logging = ["tracing-subscriber"]

[dependencies]
arrow2 = { path = "../", features = ["io_ipc", "io_ipc_compression", "io_flight", "io_json_integration"] }
arrow-format = { version = "0.7", features = ["flight-data", "flight-service"] }
arrow-format = { version = "0.8", features = ["flight-data", "flight-service"] }
async-trait = "0.1.41"
clap = { version = "^3", features = ["derive"] }
futures = "0.3"
hex = "0.4"
prost = "0.10"
prost = "0.11"
serde = { version = "1.0", features = ["rc"] }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
tonic = "0.7.0"
tonic = "0.8.0"
tracing-subscriber = { version = "0.3.1", optional = true }
async-stream = { version = "0.3.2" }

0 comments on commit ec50cc8

Please sign in to comment.