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: [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]