cj-zhukov commented on code in PR #18523:
URL: https://github.com/apache/datafusion/pull/18523#discussion_r2506280195


##########
datafusion-examples/examples/builtin_functions/date_time.rs:
##########
@@ -26,8 +26,7 @@ use datafusion::common::assert_contains;
 use datafusion::error::Result;
 use datafusion::prelude::*;
 
-#[tokio::main]
-async fn main() -> Result<()> {
+pub async fn date_time() -> Result<()> {

Review Comment:
   Agree with you - I'm going to add an example



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