Skip to content

Commit

Permalink
remove delta from rust side
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 20, 2025
1 parent c66fcdf commit 22d6452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-lazy/src/scan/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl LazyFrame {

let args = ScanArgsParquet {
schema,
allow_missing_columns: matches!(data_source_format, DataSourceFormat::Delta),
cloud_options,
hive_options: HiveOptions {
schema: hive_schema,
Expand Down

0 comments on commit 22d6452

Please sign in to comment.