avantgardnerio opened a new issue, #5215:
URL: https://github.com/apache/arrow-datafusion/issues/5215

   **Describe the bug**
   
   In a query such as:
   
   ```
   SELECT id, age FROM person WHERE age = (select max(age) from person where id 
= $1)
   ```
   
   The parameter `$1` will not be replaced even if a parameter is specified. 
   
   **To Reproduce**
   
   Run the query.
   
   **Expected behavior**
   
   The parameter is replaced with a value.
   


-- 
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]

Reply via email to