Skip to content

Conversation

@fsaintjacques
Copy link
Contributor

No description provided.

Copy link
Member

@kszucs kszucs left a comment

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
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
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
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
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

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.

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.

4 participants