shehabgamin opened a new pull request, #13409: URL: https://github.com/apache/datafusion/pull/13409
## Which issue does this PR close? N/A ## Rationale for this change These were all of the `ExecutionPlan` implementations that I found that didn't expose all of their properties needed for instantiation. Exposing the properties now makes the API consistent across all `ExecutionPlan` implementations. ## What changes are included in this PR? We exposed the properties of `NdJsonExec`, `SortMergeJoinExec`, `MemoryExec`, `RecursiveQueryExec`, `PartialSortExec`, and `WorkTableExec`. ## Are these changes tested? These are simple getters. No tests are needed. ## Are there any user-facing changes? These are backwards compatible changes to user-facing APIs. -- 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]
