Skip to content

Commit

Permalink
chore: Remove unused IPC async (#19223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Oct 14, 2024
1 parent 1536bb0 commit 44cf3ad
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 1,115 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

8 changes: 1 addition & 7 deletions crates/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ zstd = { workspace = true, optional = true }
# to write to parquet as a stream
futures = { workspace = true, optional = true }

# to read IPC as a stream
async-stream = { version = "0.3.2", optional = true }

# avro support
avro-schema = { workspace = true, optional = true }

Expand All @@ -75,6 +72,7 @@ arrow-array = { workspace = true, optional = true }
arrow-buffer = { workspace = true, optional = true }
arrow-data = { workspace = true, optional = true }
arrow-schema = { workspace = true, optional = true }
tokio = { workspace = true, optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down Expand Up @@ -105,8 +103,6 @@ full = [
"arrow_rs",
"io_ipc",
"io_flight",
"io_ipc_write_async",
"io_ipc_read_async",
"io_ipc_compression",
"io_avro",
"io_avro_compression",
Expand All @@ -119,8 +115,6 @@ full = [
]
arrow_rs = ["arrow-buffer", "arrow-schema", "arrow-data", "arrow-array"]
io_ipc = ["arrow-format", "polars-error/arrow-format"]
io_ipc_write_async = ["io_ipc", "futures"]
io_ipc_read_async = ["io_ipc", "futures", "async-stream"]
io_ipc_compression = ["lz4", "zstd", "io_ipc"]
io_flight = ["io_ipc", "arrow-format/flight-data"]

Expand Down
350 changes: 0 additions & 350 deletions crates/polars-arrow/src/io/ipc/read/file_async.rs

This file was deleted.

Loading

0 comments on commit 44cf3ad

Please sign in to comment.