You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature Request:
Please consider adding the allowMissingColumns flag to the Node.js client's ScanParquetOptions 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!
The text was updated successfully, but these errors were encountered:
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 - ScanParquetOptions
Feature 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!
The text was updated successfully, but these errors were encountered: