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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to