Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-6418: [C++][Plasma] Remove cmake project directive for plasma #5249

Closed
wants to merge 1 commit into from

Conversation

tobim
Copy link
Contributor

@tobim tobim commented Sep 2, 2019

Putting plasma into a separate project prevents it from being exported to ArrowTargets.cmake, because targets are added to the export sets based on ${PROJECT_NAME}, but the plasma-targets are neither exported to the build tree nor installed.
An alternative fix for this is to handle the plasma-targets similar to the arrow-targets, but I can't see a benefit for that approach and it would require users to take additional steps.

Putting plasma into a separate project prevents it from being
exported to ArrowTargets.cmake, because targets are added to the
export sets based on ${PROJECT_NAME}, but the plasma-targets are
neither exported to the build tree nor installed.
An alternative fix for this is to handle the plasma-targets similar
to the arrow-targets, but I can't see a benefit for that approach
and it would require users to take additional steps.
@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5249      +/-   ##
==========================================
+ Coverage   87.65%   89.21%   +1.55%     
==========================================
  Files        1033      750     -283     
  Lines      148767   107803   -40964     
  Branches     1437        0    -1437     
==========================================
- Hits       130397    96173   -34224     
+ Misses      18008    11630    -6378     
+ Partials      362        0     -362
Impacted Files Coverage Δ
python/pyarrow/tests/test_parquet.py 96.61% <0%> (-0.06%) ⬇️
js/src/util/fn.ts
go/arrow/memory/memory_avx2_amd64.go
rust/datafusion/src/execution/filter.rs
rust/arrow/src/csv/writer.rs
rust/datafusion/src/bin/main.rs
go/arrow/ipc/file_reader.go
js/src/builder/index.ts
rust/parquet/src/arrow/converter.rs
go/arrow/array/builder.go
... and 276 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 a985483...19907be. Read the comment docs.

@kou
Copy link
Member

kou commented Sep 2, 2019

Could you open an issue on JIRA https://issues.apache.org/jira/projects/ARROW/issues and prepend "ARROW-${JIRA_ISSUE_ID}: [C++][Plasma] " to the subject of this pull request?

https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches

@tobim tobim changed the title Remove cmake project directive for plasma ARROW-6418: [C++][Plasma] Remove cmake project directive for plasma Sep 2, 2019
Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

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.

None yet

4 participants