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: enable all datafusion functions #3381

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

westonpace
Copy link
Contributor

Recent releases of Datafusion have been splitting the function library into features. We want to enable all of the functions to avoid losing functionality (user reported regression that sha256 is no longer an available function)

@github-actions github-actions bot added enhancement New feature or request python labels Jan 14, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.46%. Comparing base (4d77d7b) to head (ca241ca).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3381      +/-   ##
==========================================
- Coverage   78.47%   78.46%   -0.01%     
==========================================
  Files         250      250              
  Lines       90243    90243              
  Branches    90243    90243              
==========================================
- Hits        70817    70813       -4     
- Misses      16521    16523       +2     
- Partials     2905     2907       +2     
Flag Coverage Δ
unittests 78.46% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@westonpace westonpace merged commit b572905 into lancedb:main Jan 14, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants