Skip to content

Commit

Permalink
fix(rust): fix async feature compile error (#18682)
Browse files Browse the repository at this point in the history
Co-authored-by: hzlinyiyu <[email protected]>
  • Loading branch information
attila-lin and hzlinyiyu-netease authored Sep 12, 2024
1 parent f69d6fe commit f7e168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/plans/functions/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use polars_io::cloud::CloudOptions;
use polars_io::csv::read::{
count_rows as count_rows_csv, count_rows_from_slice as count_rows_csv_from_slice,
};
#[cfg(all(feature = "parquet", feature = "cloud"))]
#[cfg(all(feature = "parquet", feature = "async"))]
use polars_io::parquet::read::ParquetAsyncReader;
#[cfg(feature = "parquet")]
use polars_io::parquet::read::ParquetReader;
Expand Down

0 comments on commit f7e168a

Please sign in to comment.