saadtajwar opened a new pull request, #23520: URL: https://github.com/apache/datafusion/pull/23520
## Which issue does this PR close? - Closes #22394 ## Rationale for this change Exposing range partition metadata via the FFI for external consumers ## What changes are included in this PR? - Added FFI mirror struct for `RangePartitioning` and added new enum variant for range in `FFI_Partitioning` - For native -> FFI, added match arm for the new variant, same with FFI -> native but changed the approach of `From` -> `TryFrom` to utilize the validation for `RangePartitioning` and modified `plan_properties` to match - Added tests ## Are these changes tested? Yes ## Are there any user-facing changes? Yes, exposing Range partitioning over FFI -- 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]
