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

Derive Clone for IpcWriteOptions #1382

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

matthewmturner
Copy link
Contributor

Which issue does this PR close?

Closes #1381

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

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

Codecov Report

Merging #1382 (153502b) into master (483a502) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1382   +/-   ##
=======================================
  Coverage   83.00%   83.01%           
=======================================
  Files         181      181           
  Lines       52994    52994           
=======================================
+ Hits        43990    43994    +4     
+ Misses       9004     9000    -4     
Impacted Files Coverage Δ
arrow/src/ipc/writer.rs 83.14% <ø> (ø)
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/array/transform/mod.rs 84.65% <0.00%> (+0.26%) ⬆️
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 483a502...153502b. Read the comment docs.

@alamb alamb changed the title Add Clone to IpcWriteOptions Derive Clone for IpcWriteOptions Mar 2, 2022
@alamb alamb merged commit 196a898 into apache:master Mar 2, 2022
@alamb
Copy link
Contributor

alamb commented Mar 2, 2022

Thank you @matthewmturner

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add clone to IpcWriteOptions
4 participants