rspears74 commented on issue #8906:
URL: 
https://github.com/apache/arrow-datafusion/issues/8906#issuecomment-1904709618

   I've been looking into this, and running into two issues: 1: Unsure of how 
to actually use a `ParquetExec` after I've defined it. And 2: Instead, I am 
trying to essentially copy the implementation of `ListingTable` and swap out 
the `FileScanConfig` used it it's `scan` method, but I'm hitting some private 
mods and methods and having to duplicate a bunch of stuff, and the duplication 
is getting out of hand. If I instead know how to use a `ParquetExec`, I won't 
have to deal with issue 2.


-- 
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]

Reply via email to