Skip to content
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

fix: adapt parquet datasource to ray 2.20 #2809

Merged
merged 4 commits into from
May 8, 2024
Merged

fix: adapt parquet datasource to ray 2.20 #2809

merged 4 commits into from
May 8, 2024

Commits on May 6, 2024

  1. chore(deps): bump the production-dependencies group with 5 updates

    Bumps the production-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [boto3](https://github.com/boto/boto3) | `1.34.79` | `1.34.93` |
    | [botocore](https://github.com/boto/botocore) | `1.34.93` | `1.34.98` |
    | [oracledb](https://github.com/oracle/python-oracledb) | `2.1.2` | `2.2.0` |
    | [deltalake](https://github.com/delta-io/delta-rs) | `0.17.2` | `0.17.3` |
    | [ray](https://github.com/ray-project/ray) | `2.12.0` | `2.20.0` |
    
    
    Updates `boto3` from 1.34.79 to 1.34.93
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.34.79...1.34.93)
    
    Updates `botocore` from 1.34.93 to 1.34.98
    - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
    - [Commits](boto/botocore@1.34.93...1.34.98)
    
    Updates `oracledb` from 2.1.2 to 2.2.0
    - [Release notes](https://github.com/oracle/python-oracledb/releases)
    - [Commits](oracle/python-oracledb@v2.1.2...v2.2.0)
    
    Updates `deltalake` from 0.17.2 to 0.17.3
    - [Release notes](https://github.com/delta-io/delta-rs/releases)
    - [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md)
    - [Commits](delta-io/delta-rs@python-v0.17.2...rust-v0.17.3)
    
    Updates `ray` from 2.12.0 to 2.20.0
    - [Release notes](https://github.com/ray-project/ray/releases)
    - [Commits](ray-project/ray@ray-2.12.0...ray-2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: botocore
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: oracledb
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    - dependency-name: deltalake
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: ray
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: production-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    79b9e39 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e5ad639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d517c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28629e View commit details
    Browse the repository at this point in the history