-
Notifications
You must be signed in to change notification settings - Fork 370
chore: Remove expression namespaces #5619
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5619 +/- ##
==========================================
+ Coverage 69.27% 70.30% +1.03%
==========================================
Files 1020 1021 +1
Lines 133235 131144 -2091
==========================================
- Hits 92294 92198 -96
+ Misses 40941 38946 -1995
🚀 New features to boost your workflow:
|
|
Skipped: This PR changes more files than the configured file change limit: ( |
kevinzwang
left a comment
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.
Beautiful. One more place where we use the deprecated expressions is in the examples on the daft.ai homepage. Just make sure to change those too before we release!
I'll make a ticket! |
The `.dt` namespace was removed in #5619. Update the property-based test to call `.year()` directly on the expression instead of `.dt.year()`.
## Summary Fixes the nightly property-based test failure: https://github.com/Eventual-Inc/Daft/actions/runs/19835912383 The `.dt` namespace on `Expression` was removed in #5619. This updates the property-based test to call `.year()` directly on the expression instead of `.dt.year()`. ## Test plan - [x] Verified test fails before fix - [x] Verified test passes after fix with 1000 examples
Changes Made
Bye bye
Related Issues
Checklist
docs/mkdocs.ymlnavigation