Skip to content

Commit

Permalink
Adding allowMissingColumns to ScanParquetOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidek56 committed Nov 21, 2024
1 parent d806f3c commit d2440f5
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 d2440f5

Please sign in to comment.