Skip to content

Commit

Permalink
Adding allowMissingColumns to ScanParquetOptions (#294)
Browse files Browse the repository at this point in the history
Adding allowMissingColumns to ScanParquetOptions to close #284
  • Loading branch information
Bidek56 authored Dec 5, 2024
1 parent 9ae34f8 commit 93c2783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polars/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export interface ScanParquetOptions {
cloudOptions?: unknown;
retries?: number;
includeFilePaths?: string;
allowMissingColumns?: boolean;
}

/**
Expand Down

0 comments on commit 93c2783

Please sign in to comment.