Skip to content

ARROW-3364: [Docs] Add docker-compose integration documentation - #3882

Closed
fsaintjacques wants to merge 3 commits into
apache:masterfrom
fsaintjacques:ARROW-3364-docker-compose-documentation
Closed

ARROW-3364: [Docs] Add docker-compose integration documentation#3882
fsaintjacques wants to merge 3 commits into
apache:masterfrom
fsaintjacques:ARROW-3364-docker-compose-documentation

Conversation

@fsaintjacques

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread docs/source/developers/integration.rst Outdated
Comment thread docs/source/developers/integration.rst Outdated

@kszucs kszucs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Just a few nits. Thanks for doing this @fsaintjacques!

@fsaintjacques

Copy link
Copy Markdown
Contributor Author

Build fails due to conda timeout.

@fsaintjacques
fsaintjacques force-pushed the ARROW-3364-docker-compose-documentation branch from 75884b2 to 595d50a Compare March 13, 2019 16:10
Comment thread Makefile.docker Outdated
$(DC) build $(subst build-,,$@)

# The following targets create the dependencies of the form `build-X: build-Y`
$(addprefix build-,$(DEPENDS_ON_CPP)): build-cpp

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is pretty fancy. While the other way is more verbose, it is a bit more readable. Thoughts?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I simplified it to make stuff more explicit and less string manipulations.

@codecov-io

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3882      +/-   ##
==========================================
+ Coverage   87.78%   88.63%   +0.85%     
==========================================
  Files         727      592     -135     
  Lines       87795    78419    -9376     
  Branches     1252        0    -1252     
==========================================
- Hits        77069    69508    -7561     
+ Misses      10608     8911    -1697     
+ Partials      118        0     -118
Impacted Files Coverage Δ
python/pyarrow/pandas_compat.py 93.68% <0%> (-2.62%) ⬇️
cpp/src/arrow/compute/kernels/hash.cc 95% <0%> (-1.28%) ⬇️
python/pyarrow/parquet.py 93.68% <0%> (-0.07%) ⬇️
python/pyarrow/tests/test_parquet.py 96.47% <0%> (-0.01%) ⬇️
cpp/src/arrow/array-test.cc 100% <0%> (ø) ⬆️
cpp/src/arrow/compute/kernels/boolean-test.cc 100% <0%> (ø) ⬆️
cpp/src/arrow/compute/kernels/hash-test.cc 100% <0%> (ø) ⬆️
go/arrow/math/uint64_amd64.go
go/arrow/memory/memory_avx2_amd64.go
js/src/enum.ts
... and 138 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 65d0e19...08f91ff. Read the comment docs.

@wesm wesm left a comment

Copy link
Copy Markdown
Member

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.

4 participants