NGA-TRAN opened a new pull request, #4520:
URL: https://github.com/apache/arrow-datafusion/pull/4520

   
   While working on PR #4490 that implements `PREPARE stmt`, I found that I 
need to pass the provided data types of the parameters/binding down to the 
plan's expressions  to map data types to $1, $2, ...
   
   @alamb has suggested me to pass datatypes of the parameters  along with the 
CTEs. This PR is just a refactor to convert `ctes` from a hash map to a struct 
that store both ctes (hahhmap) and the params' data types. 
   
   
   


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