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
chore: Follow-up improvements to parquet subcommand CLI (#254)
Follow-up to #234. Updates docs, benchmarks, and CLI behavior for the
`parquet` subcommand.
## Changes
### CLI behavior
- Make `--format` optional (defaults to `tbl`) instead of requiring an
explicit value
- Warn when `--format=parquet` is used, directing users to the `parquet`
subcommand (v4.0.0 migration)
- Error when `--format` is used together with a subcommand
- Fix redundant "Warning:" prefix in `log::warn!` message
### Docs and benchmarks
- Update examples to use `parquet` subcommand instead of
`--format=parquet`
- Add deprecation notice to README for `--format=parquet`,
`--parquet-compression`, `--parquet-row-group-bytes`
### Tests
- Add integration tests for deprecation warning, format+subcommand
conflict, and default format
0 commit comments