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

feat: Remove use of nightly int_roundings feature #228

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

psvri
Copy link
Contributor

@psvri psvri commented Mar 24, 2024

Which issue does this PR close?

Partially implements #142 .

Rationale for this change

Int_roundings is not stabalized yet, so I am using the functions provided by num crate. This should help us a bit in migrating to stable rust.

What changes are included in this PR?

How are these changes tested?

Checked that the github ci passes in my forked repo.

Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Pending CI

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.32%. Comparing base (4329838) to head (f0763cb).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #228   +/-   ##
=========================================
  Coverage     33.32%   33.32%           
  Complexity      769      769           
=========================================
  Files           107      107           
  Lines         37037    37037           
  Branches       8106     8106           
=========================================
  Hits          12342    12342           
  Misses        22098    22098           
  Partials       2597     2597           

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

Copy link
Member

@sunchao sunchao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sunchao sunchao merged commit b0234a6 into apache:main Mar 24, 2024
29 checks passed
@sunchao
Copy link
Member

sunchao commented Mar 24, 2024

Merged, thanks!

@psvri psvri deleted the remove_int_roundings branch March 25, 2024 03:33
wangyum pushed a commit to wangyum/datafusion-comet that referenced this pull request Mar 28, 2024
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
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.

4 participants