Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add `CsvExecBuilder`, deprecate `CsvExec::new` This adds the `CsvExecBuilder` struct for building a `CsvExec` instance, and deprecates the `CsvExec::new` method which has grown too large. There are some `TODO`s related to the duplication of formatting options and their defaults coming from multiple places. Uses of the deprecated `new` method have not been updated yet. * chore: replace usage of deprecated `CsvExec::new` with `CsvExec::builder` * Add test that CSVExec options are the same * fmt --------- Co-authored-by: Andrew Lamb <[email protected]>
- Loading branch information