TST/BUG: Fix run_tests.sh for new backend directory structure (#2538)
Init skeleton for dask backend (#2536)
ENH: Add non-execution dask code (#2541)
Fix hdfs_connect on GHA (#2562)
* Activate impala test for investigation * Adding prints in lue of local env * More prints * Trying to rename impala host * Add step for installing boost * Try adding sudo for apt-get * Sudo for install * Add kudu port to container * Add health check for kudu * Remove kudu updates * Remove prints * Remove spaces * Remove whitespaces Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
TST: Refactoring backend tests (#2566)
* TST: Refactoring backend tests * Fixing CI * Fixing relative path * isort
Co-authored-by: Timothy Dijamco <timothy.dijamco@twosigma.com>
Dask backend execution (#2557)
Co-authored-by: Gerry Manoim <gmanoim@quantopian.com>
BUG: Make StructValue picklable (#2577)
Co-authored-by: Timothy Dijamco <timothy.dijamco@twosigma.com>
Co-authored-by: Timothy Dijamco <timothy.dijamco@twosigma.com>
ENH: Grouping operations in the dask backend (#2594)
Co-authored-by: Gerry Manoim <gmanoim@quantopian.com>
Dask backend aggregations (#2596)
Co-authored-by: Gerry Manoim <gmanoim@quantopian.com>
Fix pytest marker skip_missing_feature (#2605)
Co-authored-by: Timothy Dijamco <timothy.dijamco@twosigma.com>
TST: Add back assert in test_filter (#2617)
Looks like it was accidentally dropped in #2610
ENH: Partial sorting support in dask backend (#2616)
Co-authored-by: Gerry Manoim <gmanoim@quantopian.com>
DOC: Update docstring in dask backend (#2620)
Co-authored-by: Gerry Manoim <gmanoim@quantopian.com>