Skip to content

ARROW-6852: [C++] Fix build issue on memory-benchmark#5624

Closed
guyuqi wants to merge 1 commit into
apache:masterfrom
guyuqi:build-failed-membench
Closed

ARROW-6852: [C++] Fix build issue on memory-benchmark#5624
guyuqi wants to merge 1 commit into
apache:masterfrom
guyuqi:build-failed-membench

Conversation

@guyuqi
Copy link
Copy Markdown
Member

@guyuqi guyuqi commented Oct 11, 2019

After the new commit: ARROW-6381 was merged in master,
build would fail on Arm64 when DARROW_BUILD_BENCHMARKS is enabled.

After the new commit: ARROW-6381 was merged in master,
build would fail on Arm64 when DARROW_BUILD_BENCHMARKS is enabled.

Change-Id: Ie39c2df08c93c9993b4c2ad9cd11f1f37f714b95
Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
@github-actions
Copy link
Copy Markdown

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #5624 into master will increase coverage by 0.55%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5624      +/-   ##
==========================================
+ Coverage   88.91%   89.47%   +0.55%     
==========================================
  Files         985      793     -192     
  Lines      133539   118029   -15510     
  Branches     1501        0    -1501     
==========================================
- Hits       118739   105602   -13137     
+ Misses      14435    12427    -2008     
+ Partials      365        0     -365
Impacted Files Coverage Δ
python/pyarrow/plasma.py 58.9% <0%> (-1.37%) ⬇️
cpp/src/plasma/thirdparty/ae/ae.c 70.75% <0%> (-0.95%) ⬇️
cpp/src/arrow/util/thread_pool_test.cc 97.66% <0%> (-0.94%) ⬇️
python/pyarrow/tests/test_parquet.py 95.24% <0%> (-0.12%) ⬇️
go/arrow/ipc/writer.go
go/arrow/math/uint64_amd64.go
go/arrow/memory/memory_avx2_amd64.go
go/arrow/ipc/file_reader.go
js/src/builder/index.ts
js/src/enum.ts
... and 187 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59a6788...ed94e1f. Read the comment docs.

@pitrou pitrou closed this in 6f21dc6 Oct 14, 2019
@pitrou
Copy link
Copy Markdown
Member

pitrou commented Oct 14, 2019

Thanks @guyuqi for the fix!

kszucs pushed a commit to kszucs/arrow that referenced this pull request Oct 21, 2019
After the new commit: ARROW-6381 was merged in master,
build would fail on Arm64 when DARROW_BUILD_BENCHMARKS is enabled.

Closes apache#5624 from guyuqi/build-failed-membench and squashes the following commits:

ed94e1f <Yuqi Gu> ARROW-6852:  Fix build issue on memory-benchmark

Authored-by: Yuqi Gu <yuqi.gu@arm.com>
Signed-off-by: Antoine Pitrou <pitrou@free.fr>
kszucs pushed a commit to kszucs/arrow that referenced this pull request Oct 21, 2019
After the new commit: ARROW-6381 was merged in master,
build would fail on Arm64 when DARROW_BUILD_BENCHMARKS is enabled.

Closes apache#5624 from guyuqi/build-failed-membench and squashes the following commits:

ed94e1f <Yuqi Gu> ARROW-6852:  Fix build issue on memory-benchmark

Authored-by: Yuqi Gu <yuqi.gu@arm.com>
Signed-off-by: Antoine Pitrou <pitrou@free.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants