buraksenn opened a new pull request, #24169: URL: https://github.com/apache/datafusion/pull/24169
## Which issue does this PR close? - Closes #23517. ## Rationale for this change Part of epic #23494. Moves `ParquetSource` protobuf serialization from central dispatch into the source implementation. ## What changes are included in this PR? Add protobuf serialization and deserialization to `ParquetSource`, including the pushdown predicate and `TableParquetOptions`. Rebuild the cached Parquet reader factory from the runtime environment during deserialization. ## Are these changes tested? Yes. Existing Parquet round-trip tests cover this change. ## Are there any user-facing changes? no -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
