kesavkolla commented on issue #2581:
URL:
https://github.com/apache/arrow-datafusion/issues/2581#issuecomment-1135984446
It gets little more indepth if the struct has members which are list of
struct again. How will the schema pushdown will happen to them? Eg:
```rust
Struct Employee {
name: String,
departments: Vec<Department>,
}
Struct Department {
id: u32,
name: String,
}
```
How will the proection appear for this?
--
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]