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

ARROW-11598: [Rust] Split buffer.rs in smaller files #9497

Closed
wants to merge 3 commits into from
Closed

ARROW-11598: [Rust] Split buffer.rs in smaller files #9497

wants to merge 3 commits into from

Conversation

jorgecarleitao
Copy link
Member

See #9473, github is not understanding that that PR is not merged in master.

@github-actions
Copy link

@codecov-io
Copy link

Codecov Report

Merging #9497 (a458314) into master (8547c61) will decrease coverage by 0.03%.
The diff coverage is 93.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9497      +/-   ##
==========================================
- Coverage   82.12%   82.08%   -0.04%     
==========================================
  Files         235      238       +3     
  Lines       54729    54664      -65     
==========================================
- Hits        44944    44872      -72     
- Misses       9785     9792       +7     
Impacted Files Coverage Δ
rust/arrow/src/buffer/mod.rs 73.33% <73.33%> (ø)
rust/arrow/src/buffer/mutable.rs 90.68% <90.68%> (ø)
rust/arrow/src/buffer/immutable.rs 96.82% <96.82%> (ø)
rust/arrow/src/buffer/ops.rs 100.00% <100.00%> (ø)

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 8547c61...a458314. Read the comment docs.

GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
See apache#9473, github is not understanding that that PR is not merged in master.

Closes apache#9497 from jorgecarleitao/cleanup_buffer

Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
See apache#9473, github is not understanding that that PR is not merged in master.

Closes apache#9497 from jorgecarleitao/cleanup_buffer

Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants