Skip to content

ARROW-6864: [C++] Add compression-related compile definitions before adding any unit tests#5635

Closed
wesm wants to merge 1 commit into
apache:masterfrom
wesm:ARROW-6864
Closed

ARROW-6864: [C++] Add compression-related compile definitions before adding any unit tests#5635
wesm wants to merge 1 commit into
apache:masterfrom
wesm:ARROW-6864

Conversation

@wesm
Copy link
Copy Markdown
Member

@wesm wesm commented Oct 12, 2019

Apparently when add_definitions is called it does not necessarily affect executables that have already been added.

@github-actions
Copy link
Copy Markdown

@codecov-io
Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5635      +/-   ##
==========================================
+ Coverage   88.91%   89.48%   +0.56%     
==========================================
  Files         988      796     -192     
  Lines      134220   118714   -15506     
  Branches     1501        0    -1501     
==========================================
- Hits       119348   106236   -13112     
+ Misses      14507    12478    -2029     
+ Partials      365        0     -365
Impacted Files Coverage Δ
cpp/src/plasma/thirdparty/ae/ae.c 70.75% <0%> (-0.95%) ⬇️
python/pyarrow/tests/test_parquet.py 95.3% <0%> (-0.06%) ⬇️
cpp/src/arrow/io/compressed_test.cc 100% <0%> (ø) ⬆️
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
go/arrow/array/builder.go
... and 188 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 102acc4...76b68d3. Read the comment docs.

@wesm wesm closed this in 07128fa Oct 14, 2019
@wesm wesm deleted the ARROW-6864 branch October 14, 2019 00:37
kszucs pushed a commit to kszucs/arrow that referenced this pull request Oct 21, 2019
…adding any unit tests

Apparently when `add_definitions` is called it does not necessarily affect executables that have already been added.

Closes apache#5635 from wesm/ARROW-6864 and squashes the following commits:

76b68d3 <Wes McKinney> Add compression-related compile definitions before adding any unit tests

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Wes McKinney <wesm+git@apache.org>
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