dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

Test import with dask-expr on CI

Open hendrikmakait opened this issue 1 year ago • 1 comments

Addresses #1308.

This PR is a first step toward ensuring compatibility with dask-expr. After getting the import to work at all, I recommend running the entire test suite with dataframe.query-planning=True on CI.

hendrikmakait avatar Feb 23 '24 12:02 hendrikmakait

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.09%. Comparing base (93bb1e5) to head (082fd48).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1309      +/-   ##
==========================================
- Coverage   85.54%   85.09%   -0.46%     
==========================================
  Files          77       77              
  Lines        4261     4259       -2     
  Branches      795      753      -42     
==========================================
- Hits         3645     3624      -21     
- Misses        447      466      +19     
  Partials      169      169              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Feb 23 '24 14:02 codecov-commenter

Superseded by #1319

charlesbluca avatar Apr 15 '24 19:04 charlesbluca