cj-zhukov commented on PR #18946: URL: https://github.com/apache/datafusion/pull/18946#issuecomment-3581408681
### High-Level Overview This PR adds support for running grouped examples more easily and updates the CI script to match the new structure. 1. Added `All` variant to `ExampleKind` that runs all runnable examples inside that group: ```bash cargo run --example <group> -- all ``` 2. Updated rust_examples.sh The script now: - Iterates over example directories instead of .rs files - Skips a small list of unsupported groups (external_dependency, flight, ffi) - Runs each group using: ```bash cargo run --profile ci --example <group> all ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
