francis-du commented on a change in pull request #1055: URL: https://github.com/apache/arrow-datafusion/pull/1055#discussion_r717185168
########## 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: Thanks for the tips, I will rewrite the test case. -- 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