Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is a follow on to #1123
It would be nice to have the python API auto detect if it is getting parquet writer options in write_parquet so users can use a single interface with either approach.
Describe the solution you'd like
Overload method signatures.
Identify which is being used and call the appropriate underlying function.
Reactions are currently unavailable
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is a follow on to #1123
It would be nice to have the python API auto detect if it is getting parquet writer options in write_parquet so users can use a single interface with either approach.
Describe the solution you'd like
Overload method signatures.
Identify which is being used and call the appropriate underlying function.