Skip to content

Fix the fugue dependency #133

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

Merged
merged 1 commit into from
Feb 7, 2021
Merged

Fix the fugue dependency #133

merged 1 commit into from
Feb 7, 2021

Conversation

nils-braun
Copy link
Collaborator

There was an update to fugue which breaks the fugue integration, so I pin the version.

@nils-braun nils-braun force-pushed the bugfix/fugue-integration branch from 7c082d8 to a210045 Compare February 7, 2021 12:55
@codecov-io
Copy link

codecov-io commented Feb 7, 2021

Codecov Report

Merging #133 (a210045) into main (5a056cc) will decrease coverage by 0.10%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              main     #133      +/-   ##
===========================================
- Coverage   100.00%   99.89%   -0.11%     
===========================================
  Files           49       49              
  Lines         1884     1882       -2     
  Branches       250      250              
===========================================
- Hits          1884     1880       -4     
- Misses           0        2       +2     
Impacted Files Coverage Δ
dask_sql/input_utils/hive.py 90.00% <0.00%> (-10.00%) ⬇️
dask_sql/utils.py 100.00% <0.00%> (ø)
dask_sql/physical/rel/custom/predict.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a056cc...a210045. Read the comment docs.

@nils-braun nils-braun merged commit bdc518e into main Feb 7, 2021
@nils-braun nils-braun deleted the bugfix/fugue-integration branch February 7, 2021 13:19
demianw added a commit to NeuroLang/dask-sql that referenced this pull request Feb 8, 2021
commit e5fac1a
Author: Nils Braun <nils-braun@users.noreply.github.com>
Date:   Sun Feb 7 16:20:55 2021 +0100

    Aggregate improvements and SQL compatibility (dask-contrib#134)

    * A lot of refactoring the the groupby. Mainly to include both distinct and null-grouping

    * Test for non-dask aggregations

    * All NaN data needs to go into the same partition (otherwise we can not sort)

    * Fix compatibility with SQL on null-joins

    * Distinct is not needed, as it is optimized away from Calcite

    * Implement is not distinct

    * Describe new limitations and remove old ones

    * Added compatibility test from fugue

    * Added a test for sorting with multiple partitions and NaNs

    * Stylefix

commit 7273c2d
Author: Nils Braun <nils-braun@users.noreply.github.com>
Date:   Sun Feb 7 15:34:55 2021 +0100

    Docs improvements (dask-contrib#132)

    * Fixed a bug in function references in docs

    * More details on the dask-sql internals

commit bdc518e
Author: Nils Braun <nils-braun@users.noreply.github.com>
Date:   Sun Feb 7 14:19:50 2021 +0100

    Fix the fugue dependency (dask-contrib#133)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants