Open mostopalove opened 1 month ago
allow_missing_columns
was just added to to Polars, we need to let it bake a bit and be added to a RS release first. :)
Thanks @Bidek56 Any estimation for the "baking" time? :)
the rust release cadence is a bit slower than Python. Historically, it looks like there's a release every 1-2 months
Description: I would like to request the addition of support for the
allowMissingColumns
flag in the Node.js client, similar to its current implementation in the Python client.This feature is documented in the Python API here: Polars Python Documentation - allow_missing_columns
In the Node.js client, the current available options for
ScanParquetOptions
can be found here: Node.js Polars Documentation - ScanParquetOptionsFeature Request: Please consider adding the
allowMissingColumns
flag to the Node.js client'sScanParquetOptions
to provide consistency across different client implementations.In addition, this feature should help resolve errors like
"Error: schemas contained differing number of columns"
, which arise when loading parquet files with schema inconsistencies between different files.Thank you for considering this request!