Skip to content

Minor: Add unit tests for ceil/floor functions #1728

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tlm365
Copy link

@tlm365 tlm365 commented May 10, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

The unit tests for ceil/floor functions is missing

What changes are included in this PR?

Unit tests for ceil/floor functions

How are these changes tested?

CI

}

#[test]
fn test_ceil_decimal128_array() -> Result<()> {
Copy link
Author

Choose a reason for hiding this comment

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

This test (and other tests for Decimal128 datatype) is not pass. It seems like a bug 🤔

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.68%. Comparing base (f09f8af) to head (9ec9738).
Report is 184 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1728      +/-   ##
============================================
+ Coverage     56.12%   58.68%   +2.55%     
- Complexity      976     1137     +161     
============================================
  Files           119      129      +10     
  Lines         11743    12687     +944     
  Branches       2251     2373     +122     
============================================
+ Hits           6591     7445     +854     
- Misses         4012     4056      +44     
- Partials       1140     1186      +46     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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