From d2440f5cb7aa4175ed620bd77224d8245ea272ed Mon Sep 17 00:00:00 2001 From: Bidek56 Date: Wed, 20 Nov 2024 19:48:56 -0500 Subject: [PATCH] Adding allowMissingColumns to ScanParquetOptions --- polars/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/polars/types.ts b/polars/types.ts index 444c67e7..c74bffe7 100644 --- a/polars/types.ts +++ b/polars/types.ts @@ -156,6 +156,7 @@ export interface ScanParquetOptions { cloudOptions?: unknown; retries?: number; includeFilePaths?: string; + allowMissingColumns?: boolean; } /**