ahmed-mez opened a new issue, #552: URL: https://github.com/apache/arrow-go/issues/552
### Describe the enhancement requested Chunked arrays are currently not supported and it's a feature gap. https://github.com/apache/arrow-go/blob/95b3f76a5c82529784402ff992c511fe9998ec6f/parquet/pqarrow/column_readers.go#L502-L503 Related to this, it's hard to identify the root cause of the error without tracing the arrow-go code itself. It'd be super useful to add context to the error message (currently it's a vague `not implemented`). Happy to take a stab at this if the maintainers / people familiar with the project could share some pointers. ### Component(s) Parquet -- 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]
