datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Add way to specify custom prefix for partitioned file outputs

Open DoumanAsh opened this issue 4 weeks ago • 0 comments

Is your feature request related to a problem or challenge?

Currently there is no way to control file name for generated files when you write partitioned outputs

Describe the solution you'd like

I would like to have option to allow user to specify prefix which would allow user to have predictable part of file name instead of just randomised or part-X

Describe alternatives you've considered

A more complex solution would be to introduce function callback that would be called to generate such prefix which would enable user to customise behaviour of prefix generation or replace randomized generation with his own implementation

Additional context

No response

DoumanAsh avatar Dec 10 '25 14:12 DoumanAsh