Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 46 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arrow_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Apache Arrow utilities"

[dependencies]
ahash = { version = "0.7.5", default-features = false }
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
# used by arrow anyway (needed for printing workaround)
chrono = { version = "0.4", default-features = false }
comfy-table = { version = "5.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["pauldix <paul@pauldix.net>"]
edition = "2021"

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
async-trait = "0.1"
data_types = { path = "../data_types" }
datafusion = { path = "../datafusion" }
Expand Down
2 changes: 1 addition & 1 deletion influxdb_iox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ write_buffer = { path = "../write_buffer" }

# Crates.io dependencies, in alphabetical order
ansi_term = "0.12"
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow-flight = "8.0"
async-trait = "0.1"
backtrace = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion influxdb_iox_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ client_util = { path = "../client_util" }
generated_types = { path = "../generated_types", default-features = false }

# Crates.io dependencies, in alphabetical order
arrow = { version = "8.0", optional = true }
arrow = { version = "9.0", optional = true }
arrow-flight = { version = "8.0", optional = true }
bytes = "1.0"
futures-util = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion ingester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nga Tran <nga-tran@live.com>"]
edition = "2021"

[dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow-flight = "8.0"
arrow_util = { path = "../arrow_util" }
async-trait = "0.1.42"
Expand Down
2 changes: 1 addition & 1 deletion mutable_batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
description = "A mutable arrow RecordBatch"

[dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
chrono = { version = "0.4", default-features = false }
data_types = { path = "../data_types" }
Expand Down
2 changes: 1 addition & 1 deletion mutable_buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2021"

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
data_types = { path = "../data_types" }
schema = { path = "../schema" }
metric = { path = "../metric" }
Expand Down
2 changes: 1 addition & 1 deletion packers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2021"

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
influxdb_tsm = { path = "../influxdb_tsm" }
schema = { path = "../schema" }
snafu = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion parquet_catalog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
base64 = "0.13"
bytes = "1.0"
data_types = { path = "../data_types" }
Expand Down
2 changes: 1 addition & 1 deletion parquet_file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Nga Tran <nga-tran@live.com>"]
edition = "2021"

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
base64 = "0.13"
bytes = "1.0"
data_types = { path = "../data_types" }
Expand Down
2 changes: 1 addition & 1 deletion predicate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
chrono = { version = "0.4", default-features = false }
data_types = { path = "../data_types" }
datafusion = { path = "../datafusion" }
Expand Down
2 changes: 1 addition & 1 deletion query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "IOx Query Interface and Executor"
# 2. Allow for query logic testing without bringing in all the storage systems.

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
async-trait = "0.1"
chrono = { version = "0.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion query_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ query = { path = "../query" }
workspace-hack = { path = "../workspace-hack"}

[dev-dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
metric = { path = "../metric" }
object_store = { path = "../object_store" }
Expand Down
2 changes: 1 addition & 1 deletion read_buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
# 2. Keep change/compile/link time down during development when working on just this crate

[dependencies] # In alphabetical order
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
croaring = "0.5"
data_types = { path = "../data_types" }
Expand Down
2 changes: 1 addition & 1 deletion schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
description = "IOx Schema definition"

[dependencies]
arrow = { version = "8.0", features = ["prettyprint"] }
arrow = { version = "9.0", features = ["prettyprint"] }
hashbrown = "0.12"
indexmap = { version = "1.7", features = ["std"] }
itertools = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.7", features = ["std"] }
arrow = { version = "8", features = ["comfy-table", "csv", "csv_crate", "flatbuffers", "ipc", "prettyprint", "rand", "test_utils"] }
arrow = { version = "9", features = ["comfy-table", "csv", "csv_crate", "flatbuffers", "ipc", "prettyprint", "rand", "test_utils"] }
base64 = { version = "0.13", features = ["alloc", "std"] }
bitflags = { version = "1" }
byteorder = { version = "1", features = ["std"] }
Expand Down