Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dask-contrib/dask-sql Loading
base: 2024.1.0
Choose a base ref
...
head repository: dask-contrib/dask-sql Loading
compare: 2024.3.0
Choose a head ref
  • 9 commits
  • 46 files changed
  • 3 contributors

Commits on Jan 31, 2024

  1. Rust optimizer improvements (#1199)

    * create optimizer_config
    
    * add join_reorder configs
    
    * add verbose_optimizer
    
    * add test_dynamic_partition_pruning
    
    * skip 3.8 tests
    
    * remove dpp default
    
    * style
    
    * temporarily remove rust changes
    
    * temp remove sql.rs changes
    
    * readd rust changes
    
    * check optimized_plan is Ok
    
    * sql.dynamic_partition_pruning.verbose
    
    * edit yaml style
    
    * edit
    
    * sql.optimizer.verbose
    
    * lowercase
    
    * set object type
    
    * Update test_config.py
    
    * update version
    
    * Unpin dask/distributed for development
    
    ---------
    
    Co-authored-by: Charles Blackmon-Luca <[email protected]>
    sarahyurick and charlesbluca committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    db7931d View commit details
    Browse the repository at this point in the history
  2. [REVIEW] Fix dynamic_partition_pruning to handle a single Parquet f…

    …ile (#1280)
    
    * handle single pq file
    
    * style
    
    * add pytest
    
    * style fix
    
    * remove version restriction
    
    * remove sys
    
    * Linting
    
    * set dask configs
    
    ---------
    
    Co-authored-by: Charles Blackmon-Luca <[email protected]>
    sarahyurick and charlesbluca committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f2025c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Error on warnings emitted in dask-sql/dask (#1261)

    * Error on dask warnings
    
    * Fix dask shuffle method in conftest.py
    
    * Nullable column normalization in compat testing
    
    * Error on warnings emitted in dask_sql
    
    * Fix deprecated use of np.bool8
    
    * Remove deprecated uses of is_datetime64tz_dtype
    
    * Ignore resource warnings emitted by cross-joins
    
    * Drop deprecated uses of logger.warn
    
    * Filter divide by zero warnings on test_coalesce
    
    * Commit list of failures to date
    
    * Resolve sqlite and rex failures
    
    * Ignore int/float warning in test_intersect
    
    * Ignore single-machine scheduler warnings
    
    * Add meta to apply in test_describe_model
    
    * Resolve remaining errors
    
    * Fix style checks
    
    * Always use isocalender().week
    
    * Pin sklearn to <1.4
    
    * Unpin sqlalchemy<2
    
    * Refactor pyhive input/tests for sqlalchemy 2
    
    * Use astype to normalize dtypes in _assert_query_gives_same_result
    
    * Refine pd.NA normalization in _assert_query_gives_same_result
    
    * Explicitly compute pandas result in test_join_reorder
    
    * xfail tpot tests, unpin sklearn
    
    * Linting
    
    * Explicitly select group columns in window groupby-apply
    
    * Replace deprecated pandas unit mappings
    
    * Refactor eq_sqlite to avoid fillna downcasting
    
    * Refactor boolean operations to avoid fillna downcasting
    
    * Fix resulting failures in test_is_true|false
    
    * Linting
    
    * Switch to pd.to_datetime for pandas 1.4 compat
    
    * Minor fixes to test assertions
    
    * Move pytest ini to pyproject, add ignore for remaining emitted ResourceWarning
    
    * Remove normalize_dask_result
    
    * Introduce convert_nullable_columns to handle some mixed nan/NA cases, compute dask dataframe in compat tests
    
    * Linting
    
    * Use dask columns instead of postgres columns in _assert_query_gives_same_result
    charlesbluca committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6bb8cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c274609 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Bump minimum Arrow version to 14.0.1 (#1304)

    * Bump min arrow version to 14.0.1
    
    * Remove pytest config diff
    
    * Pin sqlalchemy<2 in 3.9 CI env
    
    * Use explicit intake CSV driver to unblock v2 changes
    charlesbluca committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    93bb1e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Update gpuCI RAPIDS_VER to 24.04 (#1293)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e9db6af View commit details
    Browse the repository at this point in the history
  2. Pin dask to 2024.1.1 (#1301)

    * Bump dask min version to 2023.6.0
    
    * Remove dask compat code
    
    * Linting
    
    * Bump pyarrow and uvicorn deps to unblock environment solve
    
    * Undo unintentional pytest mindep change
    
    * Pin to dask 2024.1.1
    
    * Tighten sklearn xfail in test_model.py
    
    * Drop tpot from 3.12 CI deps
    
    * Explicitly add xgboost to testing deps
    charlesbluca committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6706433 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    df987a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Prepare for 2024.3.0 release (#1318)

    * Consolidate dependabot rust dep bumps
    
    * Bump version to 2024.3.0
    charlesbluca committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3fdf719 View commit details
    Browse the repository at this point in the history
Loading