alamb commented on a change in pull request #1055: URL: https://github.com/apache/arrow-datafusion/pull/1055#discussion_r717019807
########## File path: datafusion/tests/sql.rs ########## @@ -2124,6 +2124,49 @@ async fn cross_join_unbalanced() { ); } +#[tokio::test] +async fn test_join_timestamp() -> Result<()> { + let mut ctx = ExecutionContext::new(); + + // register time table Review comment: Also, the function `table_with_timestamps` might help writing tests for other timestamp units: https://github.com/apache/arrow-datafusion/blob/master/datafusion/src/test/mod.rs#L194 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org