buraksenn opened a new pull request, #20744: URL: https://github.com/apache/datafusion/pull/20744
## Which issue does this PR close? - Closes #20544. ## Rationale for this change Please see #20544 for details. I wanted to open a PR to discuss if API change is ok for this fix ## What changes are included in this PR? This PR changes FieldRef to Option<FieldRef> for placeholders and adds test case for this. ## Are these changes tested? Yes. Existing tests and added test case for the reproduced error ## Are there any user-facing changes? Yes. this changes `prepare_param_data_types` field and its callers to use Option wrapped FieldRef instead of FieldRef. -- 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]
