paleolimbot opened a new issue, #688: URL: https://github.com/apache/sedona-db/issues/688
In general our Rust API has very light examples. We have some of them that are marked `ignore` or `no_run`, which means they can go stale/present non-working code without being caught by `cargo test`. LLMs love to add examples with these markers but we should strive to not have any...it is probably better to remove examples rather than keep examples that may not work. As we learn which APIs are used externally and which ones are targeted only for other sedona- crates we can prioritize additional Rust examples that show up in the rust documentation. This may be a good opportunity to check our Rust docs more thoroughly (DataFusion has some CI jobs for this that check typos, formatting, and linking). -- 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]
