apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Update hashlink requirement from 0.8.4 to 0.9.1 #1018

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on hashlink to permit the latest version.

Release notes

Sourced from hashlink's releases.

v0.9.1

  • Bugfix: LruCache::contains_key should take &self and not move the entry as though it is accessed.
  • Add basic CursorMut API to HashMap (thanks @​olebedev!)
  • Bump hashbrown dependency to depend on a version of hashbrown past a downstream zerocopy dependency.
  • Don't depend on default features of hashbrown, removes allocator-api2 dependency.
Changelog

Sourced from hashlink's changelog.

[0.9.1]

  • Bugfix: LruCache::contains_key should take &self and not move the entry as though it is accessed.
  • Add basic CursorMut API to HashMap (thanks @​olebedev!)
  • Bump hashbrown dependency to depend on a version of hashbrown past a downstream zerocopy dependency.
  • Don't depend on default features of hashbrown, removes allocator-api2 dependency.

[0.9.0]

  • API incompatible change: Don't panic in reserve and try_reserve in cases where a rehash is needed. Previously would panic, adds the proper bounds on reserve methods to do a rehash (previously bounds were missing, and reserve would result in panics). (Thank you @​cuviper!)

[0.8.4]

  • Now builds with #![no_std].

[0.8.3]

  • bump hashbrown to 0.14

[0.8.2]

  • bump hashbrown to 0.13

[0.8.1]

  • Add retain_with_order methods, equivalent to retain but which iterate through the map in the proper linked list order

[0.8.0]

  • API incompatible change: No longer re-export hashbrown types so that bumping hashbrown is no longer an API compatible change.
  • bump hashbrown to 0.12
  • Fix implementation of shrink_to_fit to not panic when called on non-empty containers.

[0.7.0]

  • API incompatible change: depend on hashbrown 0.11, changes re-exported types.
  • Fix LinkedHashSet::back to take &self not &mut self.
  • API incompatible change: equality tests on LinkedHashSet are now ordered, similar to LinkedHashMap.
  • Make the serde Deserialize implementations on LinkedHashMap and LinkedHashSet generic on the BuildHasher type.
  • Add to_back and to_front methods for LinkedHashMap to control entry order.

[0.6.0]

  • API incompatible change: depend on hashbrown 0.9, re-export renamed hashbrown::TryReserveError type.
  • Add a Debug impl to LruCache (thanks @​thomcc!)
  • Adjust trait bounds for LinkedHashMap::retain, LinkedHashSet::default to

... (truncated)

Commits
  • 006dc69 prepare for 0.9.1 release
  • 039c9b5 move CursorMut declaration closer to impl
  • c6097a7 Merge pull request #28 from ErichDonGubler/no-allocator-api2
  • bf20dc2 build: remove unnecessary allocator-api2 dep.
  • 24b87fe Merge pull request #25 from olebedev/oleg/add-cursors
  • 83c137e make LruCache::contains_key take &self, not move entry, fixes #27
  • f4b9a7f address nitpicks
  • a520781 handle the corner-case when inserting before itself
  • 6bcf27c remove unnecessary closures
  • db0b224 attach node before insert
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 month ago

The following labels could not be found: auto-dependencies.