westonpace commented on issue #34905:
URL: https://github.com/apache/arrow/issues/34905#issuecomment-1523744152
I've labeled this `good-first-issue` in case anyone wants to take a look at
it. I'm happy to provide more context. The steps we need would be:
* Add an bool option to `HivePartitioningOptions` to disable / enable URI
escaping (in src/arrow/dataset/partition.h)
* Adjust the implementation to respect this option (in
`HivePartitioning::FormatValues` in src/arrow/dataset/partition.cc)
* Add unit tests (in partition_test.cc)
* Add pyarrow bindings for this option (in the `HivePartitioning` class in
dataset.pyx, just look for `null_fallback` which is a similar option)
* Add pyarrow unit tests to ensure the bindings are setup right
--
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]