mingmwang commented on PR #6114: URL: https://github.com/apache/arrow-datafusion/pull/6114#issuecomment-1521869706
My bad, looks like the `input_schema: Schema` in `InListExpr` was added by me in this PR [Part1] Partition and Sort Enforcement, PhysicalExpr enhancement (#3969) I will file a FOLLOWUP ticket to remove the input_schema in this and other physical exprs and move the validation logic to the physical expression planner. So that you do not need a specific handling on InListExpr to re-assign a schema. -- 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]
