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
Is your feature request related to a problem or challenge?
Currently StatementOptions only enables setting parquet writer options for all columns at once (the default value). In many cases, we would want to set column level encodings or other settings based on the data type and properties of that specific column.
Describe the solution you'd like
Implement a syntax to allow specifying column level parquet settings. A possible syntax for this would be:
Is your feature request related to a problem or challenge?
Currently StatementOptions only enables setting parquet writer options for all columns at once (the default value). In many cases, we would want to set column level encodings or other settings based on the data type and properties of that specific column.
Describe the solution you'd like
Implement a syntax to allow specifying column level parquet settings. A possible syntax for this would be:
Describe alternatives you've considered
DuckDB supports a different syntax than described above for setting field_id for each column. See https://duckdb.org/docs/sql/statements/copy.html
Additional context
No response
The text was updated successfully, but these errors were encountered: