Commits


David Li authored and Krisztián Szűcs committed 41c737dea0e
ARROW-5836: [Java][FlightRPC] Skip Flight domain socket test when path too long Domain sockets have a platform-dependent path length limit. The release verification script on OSX tends to set a temporary directory that makes the test exceed this. Rather than hardcoding `/tmp` or some other directory, we skip the test instead. Author: David Li <li.davidm96@gmail.com> Closes #4793 from lihalite/arrow-5836 and squashes the following commits: 67eb3b7bd <David Li> Skip Flight domain socket test when path too long