liukun4515 commented on issue #9981:
URL:
https://github.com/apache/arrow-datafusion/issues/9981#issuecomment-2065714395
when we can input the schema in the `ParquetRecordBatchStreamBuilder`, we
need to change the usage of
```
let mut builder =
ParquetRecordBatchStreamBuilder::new_with_options(reader,
options)
.await?;
```
in the ParquetExec.
--
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]