sanjibansg commented on a change in pull request #12530: URL: https://github.com/apache/arrow/pull/12530#discussion_r822306113
########## File path: python/pyarrow/_dataset.pyx ########## @@ -1592,6 +1593,145 @@ cdef class HivePartitioning(Partitioning): res.append(pyarrow_wrap_array(arr)) return res +cdef class FilenamePartitioning(Partitioning): Review comment: Added test in Python for FilenamePartitioning -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org