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(test): StreamChunk::from_str -> from_pretty #2111

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Conversation

xiangjinwu
Copy link
Contributor

@xiangjinwu xiangjinwu commented Apr 25, 2022

What's changed and what's your intention?

The doctests of cargo test fail to compile because the rename did not update comments.

Checklist

- [ ] I have written necessary docs and comments
- [ ] I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

#2089

@github-actions github-actions bot added the type/fix Bug fix label Apr 25, 2022
@BowenXiao1999
Copy link
Contributor

Maybe we should add this to CI

@xiangjinwu xiangjinwu enabled auto-merge (squash) April 25, 2022 05:57
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #2111 (0bfa770) into main (38c8d5c) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2111   +/-   ##
=======================================
  Coverage   70.68%   70.68%           
=======================================
  Files         636      636           
  Lines       80763    80763           
=======================================
+ Hits        57088    57089    +1     
+ Misses      23675    23674    -1     
Flag Coverage Δ
rust 70.68% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/common/src/array/stream_chunk.rs 74.90% <ø> (ø)
src/connector/src/filesystem/file_common.rs 80.88% <0.00%> (+0.44%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@xiangjinwu xiangjinwu merged commit 8b6bd87 into main Apr 25, 2022
@xiangjinwu xiangjinwu deleted the fix-doc-test branch April 25, 2022 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/fix Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants