matthewmturner commented on issue #8207: URL: https://github.com/apache/arrow-datafusion/issues/8207#issuecomment-1868314796
@alamb I could be wrong (I'm still getting used to the code base again) - but it looks like porting these tests may require adding the ability to set whether to read metadata or not from SQL (i.e. add `WITH METADATA` similar to `WITH HEADER ROW`). From what ive seen choosing whether to read metadata is only possible by explicitly setting `ParquetReadOptions` with `ctx.read_parquet`. If you agree I can create an issue for that and work on it before coming back to 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]
