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

[Minor]Re-export array::builder::make_builder to make it available for downstream #1235

Merged
merged 2 commits into from Jan 24, 2022

Conversation

yjshen
Copy link
Member

@yjshen yjshen commented Jan 24, 2022

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Re-export array::builder::make_builder with pub use.

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 24, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2022

Codecov Report

Merging #1235 (071924b) into master (66e029e) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head 071924b differs from pull request most recent head cb6398f. Consider uploading reports for the commit cb6398f to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1235   +/-   ##
=======================================
  Coverage   82.70%   82.71%           
=======================================
  Files         175      175           
  Lines       51712    51712           
=======================================
+ Hits        42770    42771    +1     
+ Misses       8942     8941    -1     
Impacted Files Coverage Δ
arrow/src/array/mod.rs 100.00% <ø> (ø)
arrow/src/datatypes/field.rs 53.79% <0.00%> (-0.31%) ⬇️
arrow/src/array/transform/mod.rs 85.56% <0.00%> (+0.13%) ⬆️
parquet_derive/src/parquet_field.rs 66.43% <0.00%> (+0.22%) ⬆️

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 66e029e...cb6398f. Read the comment docs.

@alamb alamb added the enhancement Any new improvement worthy of a entry in the changelog label Jan 24, 2022
@alamb alamb merged commit e375bba into apache:master Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants