Uh oh!
There was an error while loading. Please reload this page.
ARROW-5775: [C++] Fix thread-unsafe cached data - #4791
Conversation
Hmm... so it looks like gcc 4.8.2 in manylinux1 may not have these APis: |
pitrou
commented
Jul 3, 2019
Perhaps we can workaround that by emulating |
pitrou
commented
Jul 3, 2019
Note that manylinux2010 works fine... one more reason to switch. |
028b5d8 to
52a82a9Comparepitrou
commented
Jul 3, 2019
pitrou
commented
Jul 3, 2019
codecov-io
commented
Jul 3, 2019
Codecov Report
@@ Coverage Diff @@## master #4791 +/- ##
==========================================
+ Coverage 87.43% 89.08% +1.64%
==========================================
Files 996 720 -276 Lines 139677 100040 -39637 Branches 1418 0 -1418 ==========================================
- Hits 122124 89117 -33007 + Misses 17191 10923 -6268 + Partials 362 0 -362
Continue to review full report at Codecov.
|
52a82a9 to
24f6dcdCompareUh oh!
There was an error while loading. Please reload this page.
24f6dcd to
5df85c4Compare5df85c4 to
9c2a333Comparepitrou
commented
Jul 4, 2019
Done. |
kszucs
commented
Jul 5, 2019
Appveyor R failure is unrelated. |
Author: Antoine Pitrou <antoine@python.org> Closes#4791 from pitrou/ARROW-5775-boxed-fields and squashes the following commits: 9c2a333 <Antoine Pitrou> Add "inline" 6fe0b86 <Antoine Pitrou> ARROW-5775: Fix thread-unsafe cached data
No description provided.