cj-zhukov commented on PR #18289:
URL: https://github.com/apache/datafusion/pull/18289#issuecomment-3450012448

   High-Level Overview
   
   This PR consolidates multiple standalone example binaries into a single 
example binary that uses subcommands to run individual examples. The main goal 
is to reduce the number of distinct binaries and make the examples easier to 
organize and maintain.
   
   Key Changes
   
   - Grouped similar examples under common folders (e.g. sql_ops, datafusion, 
etc.).
   
   - Each example can now be launched via a subcommand.
   
   Example Usage
   
   To run a specific example, use:
   ```bash
   cargo run --example datafusion -- datafusion
   ```


-- 
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]

Reply via email to