Commits


Sutou Kouhei authored and Antoine Pitrou committed b466dd58fec
ARROW-11462: [Developer] Remove needless quote from the default DOCKER_VOLUME_PREFIX If we use "", it means two characters string ('"' and '"') on Linux (not on macOS. "" is an empty string on macOS). It's not an empty string. We can use an empty string without quote on Linux. Closes #9391 from kou/developer-default-docker-volume-prefix Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Antoine Pitrou <antoine@python.org>