Commits


Joris Van den Bossche authored and GitHub committed 2678db3dd59
GH-33825: [Python] Expose pyarrow.dataset.get_partition_keys publicly (get key/value from partition expression) (#33862) #### Rationale for this change We have an existing "semi-private" `pyarrow.dataset._get_partition_keys` function (to get the partitioning field's key/value from the partition expression of a certain fragment). This is used by external projects (eg dask), and generally useful for advanced users, so let's just make it public. * Closes: #33825 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>