hengfeiyang commented on issue #3682:
URL:
https://github.com/apache/arrow-datafusion/issues/3682#issuecomment-1265719287
@alamb Thanks, the filter can work now. But I am real work is `with_column`,
I updated my example code above and added a line:
```
let df = df.with_column("f2", lit("hello"))?;
```
You can have a try, this line will cause the error too, Do you have any
idea? thank you.
--
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]