andygrove commented on issue #1040:
URL:
https://github.com/apache/datafusion-comet/issues/1040#issuecomment-2452032756
> Hmm, I guess that doc is either out-of-dated or inaccurate. The Parquet
supports complex types.
Yes, there is `StructArrayReader`, for example:
```rust
pub struct StructArrayReader {
children: Vec<Box<dyn ArrayReader>>,
data_type: ArrowType,
struct_def_level: i16,
struct_rep_level: i16,
nullable: 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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]