alamb opened a new issue, #15577:
URL: https://github.com/apache/datafusion/issues/15577
This makes sense -- thank you
I actually looks to me like it is a mistake in the test 🤔
Perhaps the test should be something like
```rust
let sql = "PREPARE SELECT id, age FROM person WHERE age BETWEEN $1 AND
$2";
```
Instead of
```rust
let sql = "SELECT id, age FROM person WHERE age BETWEEN $1 AND $2";
```
(maybe we can fix this in a follow on PR -- I will file a ticket)
_Originally posted by @alamb in
https://github.com/apache/datafusion/pull/15567#discussion_r2028790675_
--
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]