suxiaogang223 commented on issue #5309:
URL:
https://github.com/apache/arrow-datafusion/issues/5309#issuecomment-1434939180
> Seems it is relative to the pr #5287.
Yes, I think the method had_column also should distinguish FieldNotFound and
Ambiguous reference error.
Maybe the new method should be
```rust
pub fn has_column(&self, column: &Column) -> Result<bool> {...}
```
--
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]