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 stdint includes #2305

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Fix stdint includes #2305

merged 1 commit into from
Oct 30, 2023

Conversation

benjaminwinger
Copy link
Collaborator

<string> sometimes does not include <cstdint> and the HAVE_STDINT_H definition needs to be propagated to everything that includes miniparquet (which I think was also being obscured by things including <string>).

string sometimes does not include cstdint and the HAVE_STDINT_H definition needs to be propagated to everything that includes miniparquet
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (98f030c) 89.71% compared to head (25d929b) 89.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2305      +/-   ##
==========================================
+ Coverage   89.71%   89.75%   +0.03%     
==========================================
  Files        1023     1023              
  Lines       35435    35435              
==========================================
+ Hits        31791    31803      +12     
+ Misses       3644     3632      -12     
Files Coverage Δ
src/include/common/exception/message.h 60.00% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@benjaminwinger benjaminwinger merged commit 80620e7 into master Oct 30, 2023
12 checks passed
@benjaminwinger benjaminwinger deleted the stdint_includes branch October 30, 2023 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants