cj-zhukov opened a new issue, #18529:
URL: https://github.com/apache/datafusion/issues/18529

   part of #https://github.com/apache/datafusion/issues/18142
   
   I think [README.md 
](https://github.com/apache/datafusion/blob/main/datafusion-examples/README.md) 
needs to be updated to use the examples in this new format. Use table format 
instead, so it's easier to see which command to run for which example.
   
   ### Example
   
   | Group | Example | Subcommand | File Path         | Description             
                                                    |
   
|:------|:---------|:------------|:------------------|:----------------------------------------------------------------------------|
   | udf   | udf      | adv_udaf    | path-to-file.rs   | Define and invoke a 
more complicated User Defined Aggregate Function (UDAF) |
   | udf   | udf      | udaf    | path-to-file.rs   | Define and invoke a User 
Defined Aggregate Function (UDAF) |
   
   ### How to run
   ```bash
   cargo run --example udf -- [adv_udaf|udaf]
   ```
   
   Originally posted by @Jefffrey in 
https://github.com/apache/datafusion/pull/18289#discussion_r2476712712


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