Skip to content

Conversation

jstirnaman
Copy link
Contributor

@jstirnaman jstirnaman commented Sep 25, 2025

I split this out of PR #6414
Resolves incorrect CLI usage patterns that would cause errors.
Global flags must go before 'serve', serve-specific flags go after.
Removes Datafusion Tokio runtime variables, which are intended for developer use and may be removed in the future.

Part of #6403

  • Remove --verbose from global flags (it's serve-specific)
  • Document --num-io-threads as global-only flag
  • Add clear examples showing correct flag positioning
  • Update serve.md files with global flag usage notes
  • Fix config-options.md to separate Core/Enterprise examples
  • Remove detailed Tokio runtime options tables from CLI index pages

- Remove --verbose from global flags (it's serve-specific)
- Document --num-io-threads as global-only flag
- Add clear examples showing correct flag positioning
- Update serve.md files with global flag usage notes
- Fix config-options.md to separate Core/Enterprise examples

Resolves incorrect CLI usage patterns that would cause errors.
Global flags must go before 'serve', serve-specific flags go after.
- Remove detailed Tokio runtime options tables from CLI index pages
- Replace with simplified global options and link to config-options
- Add examples showing correct global flag positioning
- Fix --verbose usage to be serve-specific (after serve command)
- Add --num-io-threads example as global flag (before serve command)

These detailed options are now documented in config-options.md with
proper global vs serve-specific categorization.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants