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

Fix integration doc about build.ninja location #1438

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

viirya
Copy link
Member

@viirya viirya commented Mar 14, 2022

Which issue does this PR close?

Closes #1437.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@codecov-commenter
Copy link

Codecov Report

Merging #1438 (3528d21) into master (729934c) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1438   +/-   ##
=======================================
  Coverage   82.67%   82.68%           
=======================================
  Files         185      185           
  Lines       53822    53822           
=======================================
+ Hits        44500    44502    +2     
+ Misses       9322     9320    -2     
Impacted Files Coverage Δ
parquet/src/encodings/encoding.rs 93.52% <0.00%> (-0.20%) ⬇️
parquet_derive/src/parquet_field.rs 66.21% <0.00%> (+0.22%) ⬆️
arrow/src/datatypes/field.rs 54.10% <0.00%> (+0.30%) ⬆️
arrow/src/datatypes/datatype.rs 66.80% <0.00%> (+0.39%) ⬆️

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 729934c...3528d21. Read the comment docs.

@alamb alamb added the documentation Improvements or additions to documentation label Mar 14, 2022
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thanks @viirya

@alamb alamb merged commit bbcba7b into apache:master Mar 14, 2022
@viirya viirya deleted the integreation-test-doc branch March 14, 2022 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build.ninja was created in build
3 participants