haohuaijin opened a new issue, #17225: URL: https://github.com/apache/datafusion/issues/17225
### Describe the bug encounter deserialization error when query have inlist and other filter like below ``` Error: Internal("PhysicalExpr Column references column 'p_size' at index 1 (zero-based) but input schema only has 1 columns: [\"p_size\"]") ``` the query is ``` SELECT p_size FROM part WHERE p_size IN (14, 6, 5, 31) and p_partkey > 1000 ``` ### To Reproduce add a reproduce in pr https://github.com/apache/datafusion/pull/17224/files ### Expected behavior deserialization success ### Additional context it work fine in datafusion v47 and v48 -- 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-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org