alamb opened a new issue, #18512: URL: https://github.com/apache/datafusion/issues/18512
I think [`rust_example.sh`](https://github.com/apache/datafusion/blob/main/ci/scripts/rust_example.sh) needs to be fixed to run the examples in this new format. _Originally posted by @Jefffrey in https://github.com/apache/datafusion/pull/18289#pullrequestreview-3397803577_ Specifcally, as @cj-zhukov has updated the examples we are likely no longer actually execute them as part of CI: https://github.com/apache/datafusion/blob/32d26187a358aaa0803867a7963cd149ec1fcd1e/ci/scripts/rust_example.sh#L31-L35 Maybe something like add an `ExampleKind::All` type to the examples and then pass in `all` as an argument 🤔 -- 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]
