Skip to content

Commit 93c2783

Browse files
authored
Adding allowMissingColumns to ScanParquetOptions (#294)
Adding allowMissingColumns to ScanParquetOptions to close #284
1 parent 9ae34f8 commit 93c2783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polars/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export interface ScanParquetOptions {
156156
cloudOptions?: unknown;
157157
retries?: number;
158158
includeFilePaths?: string;
159+
allowMissingColumns?: boolean;
159160
}
160161

161162
/**

0 commit comments

Comments
 (0)