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
* 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]>
0 commit comments