-
Notifications
You must be signed in to change notification settings - Fork 786
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
Remove test_utils
from default features (#2298)
#2299
Conversation
{ | ||
print_batches(&[batch.clone()]).unwrap(); | ||
} | ||
print_batches(&[batch.clone()]).unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drive by fix as I kept getting warnings about projection
being unused
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
me too!
Codecov Report
@@ Coverage Diff @@
## master #2299 +/- ##
==========================================
- Coverage 82.29% 82.13% -0.16%
==========================================
Files 245 248 +3
Lines 62688 63485 +797
==========================================
+ Hits 51586 52144 +558
- Misses 11102 11341 +239
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a good idea to me, and I think we have pretty good test coverage now for the arrow features in CI, so 👍
{ | ||
print_batches(&[batch.clone()]).unwrap(); | ||
} | ||
print_batches(&[batch.clone()]).unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
me too!
criterion = { version = "0.3", default-features = false } | ||
flate2 = { version = "1", default-features = false, features = ["rust_backend"] } | ||
tempfile = { version = "3", default-features = false } | ||
|
||
[build-dependencies] | ||
|
||
[[example]] | ||
name = "dynamic_types" | ||
required-features = ["prettyprint"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Benchmark runs are scheduled for baseline = 8a092e3 and contender = f40403f. f40403f is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
test_utils
from default features (#2298)
Which issue does this PR close?
Closes #2298
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?