You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2023/02/07 18:28:53 UTC

[GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #5215: Placeholder values are not replaced in ScalarSubqueries

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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-datafusion] avantgardnerio closed issue #5215: Placeholder values are not replaced in ScalarSubqueries

Posted by "avantgardnerio (via GitHub)" <gi...@apache.org>.
avantgardnerio closed issue #5215: Placeholder values are not replaced in ScalarSubqueries
URL: https://github.com/apache/arrow-datafusion/issues/5215


-- 
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-unsubscribe@arrow.apache.org

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