getChan commented on PR #17861:
URL: https://github.com/apache/datafusion/pull/17861#issuecomment-3553594979
@nathaniel-d-ef
No not yet. I'm still looking for a solution.
Whether or not projection is applied, I couldn't retrieve the schema
metadata when reading the file with ReaderBuilder.
I don't know the internal implementation very well, so I'm investigating.
I'll share it once I find a solution.
```rust
let avro_reader = ReaderBuilder::new().build(BufReader::new(reader))?;
println!("AVRO READER METADATA : {:?}", avro_reader.schema().metadata); // {}
```
--
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]