asfimport
asfimport
[Wes McKinney](https://issues.apache.org/jira/browse/ARROW-5811?focusedCommentId=16887195) / @wesm: Yeah, so we could define a conversion rule to return string or binary, and then add an option to set a default conversion rule (where currently...
[Antoine Pitrou](https://issues.apache.org/jira/browse/ARROW-5016?focusedCommentId=17393999) / @pitrou: `[~dat]` sorry for the absence of response. Is this something you have been reproducing with a recent version of Arrow?
[Uwe Korn](https://issues.apache.org/jira/browse/ARROW-5914?focusedCommentId=16883681) / @xhochy: @fsaintjacques @kszucs @wesm This is why we have used conda in these builds. I have the great fear that we rely more and on more on...
[Wes McKinney](https://issues.apache.org/jira/browse/ARROW-5914?focusedCommentId=16883790) / @wesm: Yeah, so an alternative is that we use conda only for the dependencies that don't work from the system package manager. I guess that's about as...
[Uwe Korn](https://issues.apache.org/jira/browse/ARROW-5914?focusedCommentId=16883823) / @xhochy: > Yeah, so an alternative is that we use conda only for the dependencies that don't work from the system package manager. I guess that's about...
[Wes McKinney](https://issues.apache.org/jira/browse/ARROW-5914?focusedCommentId=17010175) / @wesm: @fsaintjacques is this still an issue?
[Antoine Pitrou](https://issues.apache.org/jira/browse/ARROW-5914?focusedCommentId=17014966) / @pitrou: Ideally this would allow us to make GHA builds shorter. However, the problem is that it would make the docker images depend on the CMake files...
[Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-5611?focusedCommentId=16943757) / @fsaintjacques: One major win would be to scope only to modified files (in the current branch) instead of the whole directory, like iwyu wrapper is doing.
[Wes McKinney](https://issues.apache.org/jira/browse/ARROW-5202?focusedCommentId=16861489) / @wesm: I've noticed this also (I install my development libraries in `$HOME/local/lib` and add that to my `$LD_LIBRARY_PATH`). How do you fix it?
[Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-5202?focusedCommentId=16861495) / @fsaintjacques: When I investigated, I couldn't find who injected the first RPATH path. I simply delete the libarrow from the install destination. I wasted 2-3 hours to...