Skip to content

Tags: rjzamora/dask-sql

Tags

2022.1.0

Toggle 2022.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin dask/distributed versions (dask-contrib#380)

2021.12.0

Toggle 2021.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump dask dependency to `>=2021.11.1,<=2021.11.2` (dask-contrib#345)

* Bump dask dependency

* Add max constraint to nightly recipe

* Add max constraint to test envs

2021.11.0

Toggle 2021.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make `meta` consistent with results of cross join (dask-contrib#300)

* Drop temp join column for single partition case

* Adjust cross join meta instead of partitions

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Require UDF return type and update docs (dask-contrib#283)

Require UDF return type and update docs

0.3.9

Toggle 0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not depend on pkg not specified in `setup.py` (dask-contrib#214)

* Added a test agains missing dependencies

* Make sure distributed is installed automatically

* Make the joblib dependency optional

* Make the sklearn dependency optional

0.3.8

Toggle 0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove mandatory dask_ml dependencies (dask-contrib#208)

* Remove mandatory dask_ml dependencies

* Increase coverage

0.3.7

Toggle 0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multiple schemas allowed (dask-contrib#205)

* ML model improvement : Adding "SHOW MODELS and DESCRIBE MODEL"

Author:    rajagurunath <[email protected]>
Date:      Mon May 24 02:37:40 2021 +0530

* fix typo

* ML model improvement : added EXPORT MODEL

* ML model improvement : refactoring for PR

* ML model improvement : Adding stmts in notebook

* ML model improvement : Adding stmts in notebook

* ML model improvement : also test the non-happy path

* ML model improvement : Added mlflow and <With> in sql for extra params

* ML model improvement : Added mlflow and <With> in sql for extra params

* Added Test cases for Export MODEL

* Added ML documentation about the following:
1. SHOW MODELS
2. DESCRIBE MODEL
3. EXPORT MODEL

* refactored based on PR

* Added support only for sklearn compatible models

* excluded mlflow part from code coverage

* install mlflow in test cluster

* Added test for non sklearn compatible model

* Added: initial draft of referencing multiple schemas

* Added schema DDLs
1. Create Schema
2. Use schema
3. Drop schema
4. Added testcases

* Use compound identifier for models, tables, experiments, views

* Split the compound identifiers - without using the schema so far

* Added a schema_name parameter to most functions and actually use the schema

* Pass on the schemas to JAVA

* Some simplifications and tests

* Some cleanup, documentation and more tests (and fixed a bug in
aggregation)

* Remove unneeded import

Co-authored-by: gurunath <[email protected]>
Co-authored-by: Gurunath LankupalliVenugopal <[email protected]>

0.3.6

Toggle 0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Casting of literals is done by Calcite, except for strings (dask-cont…

…rib#178)

* Casting of literals is done by Calcite, except for strings

* Added more tests for simple cases

0.3.5

Toggle 0.3.5's commit message
Skip the complex test on external scheduler, as it causes a flaky tes…

…t on GitHub

0.3.4

Toggle 0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added correct casting and mod operation (dask-contrib#172)