You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Unpin dask/distributed for development
* First pass at unblocking dask-expr issues - replace _Frame usage
* First pass at unblocking pytest errors
* Disable predicate pushdown & its tests if dask-expr enabled
* Make sure partition_borders is computed in limit map_partitions func
* Skip intake tests for now
* Simplify cross join logic to avoid internal graph manipulation
* Round trip timeseries fixture to pandas to avoid dask-expr bug
* Fix skipif_dask_expr_enabled marker
* Ignore warnings around mismatched dtypes in joins
* Add handling for dask-expr to test_broadcast_join
* Skip parquet stats tests for now
* Skip DPP tests on dask-expr for now
* Pass ddf object as meta for test_describe_model
* Add dask-expr handling to test_sort_topk
* Avoid using Dask graph internals for random functions
* Skip over window count tests for now
* Skip test_over_calls and test_over_with_windows
* Update timeseries fixture comment to acknowledge fix
* More detailed messages for window test skips
* Skip test_join_alias_w_projection for now
* Un-xfail test_xgboost_training_prediction on win32
* Windows failures are still intermittent
* Bump rust to 1.73 to circumvent conda sha256 errors
* Disable query planning in GPU CI for now
* Revert "Bump rust to 1.73 to circumvent conda sha256 errors"
This reverts commit 35aa225.
* Use older conda-build version to try and resolve build issues
* Pin to an older version of conda-build and boa
* Skip deadlocking xgboost test on GPU
* Add subset of testing with query planning disabled
* Add query-planning to job names
* Fix syntax errors
* Add dask-expr to CI environments, bump to pandas 2
* Bump dask/dask-expr to 2024.2.1/0.5 to get around aggregation bug
* Bump dask / dask-expr to 2024.3.1 / 1.0.5 to resolve drop bug
* Bump dask / dask-expr to 2024.4.1 / 1.0.11 to resolve head bug
* Remove dask-expr workaround from timeseries fixture
* Unpin sqlalchemy in python 3.9 CI environment
0 commit comments