Commits


David Li authored and Antoine Pitrou committed 1ae486c1358
ARROW-12644: [C++][Python][R][Dataset] URL-decode path segments in partitioning Now by default, directory/hive partitioning will URL-decode potential partition values before trying to parse them, since systems like Spark apparently may URL-encode the values in some cases. Note for Hive partitioning, this applies only to the value, not to the key itself. This behavior can be toggled. Closes #10264 from lidavidm/arrow-12644 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>