alamb commented on code in PR #9073:
URL: https://github.com/apache/arrow-datafusion/pull/9073#discussion_r1472692377
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -251,3 +251,63 @@ async fn test_parameter_invalid_types() -> Result<()> {
);
Ok(())
}
+
+#[tokio::test]
+async fn test_parameter_empty_table_with_param_values() -> Result<()> {
Review Comment:
Given these tests aren't SQL but use the DataFrame API they probably belong
in
https://github.com/apache/arrow-datafusion/tree/main/datafusion/core/tests/dataframe
instead
--
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]