mertak-synnada commented on PR #14224: URL: https://github.com/apache/datafusion/pull/14224#issuecomment-2639555749
@alamb The FileType enum was forgotten, I deleted it completely and returned just a &str for file_type() Changed the ParquetSource initialization, now `new()` is only accepting `TableParquetOptions` , metadata_size_hint and predicate (also file_schema was related to it) moved into `with_xxx` functions. Deprecated ParquetExecBuilder, and added link to ParquetSource example documentation. Also added a link from FileSource to ParquetSource and CsvSource examples. Thanks for all the valuable feedback! I believe we're in a better state now 🚀 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org