Skip to content

Commit

Permalink
fix cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 24, 2024
1 parent c830c6c commit 33a7417
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions crates/polars-lazy/src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,16 +859,7 @@ impl LazyFrame {
)
}

#[cfg(all(
any(
feature = "ipc",
feature = "parquet",
feature = "cloud_write",
feature = "csv",
feature = "json",
),
feature = "new_streaming"
))]
#[cfg(feature = "new_streaming")]
pub fn try_new_streaming_if_requested(
&mut self,
payload: SinkType,
Expand Down

0 comments on commit 33a7417

Please sign in to comment.