alamb commented on code in PR #13939: URL: https://github.com/apache/datafusion/pull/13939#discussion_r1899157149
########## datafusion-examples/examples/dataframe.rs: ########## @@ -28,16 +28,24 @@ use std::io::Write; use std::sync::Arc; use tempfile::tempdir; -/// This example demonstrates using DataFusion's DataFrame API to +/// This example demonstrates using DataFusion's DataFrame API Review Comment: Note the `to_date` function isn't even listed in the readme menu: https://github.com/apache/datafusion/blob/main/datafusion-examples/README.md -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org