Skip to content

Remove reliance on raw-entry feature of Hashbrown #6498

@Jefffrey

Description

@Jefffrey

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

When upgrading to hashbrown v0.15.0: #6493

Changelog notes:

Raw entry API is now under raw-entry feature, to be eventually removed

https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md#v0150---2024-10-01

Describe the solution you'd like

Remove reliance on this feature so future upgrades to hashbrown versions will be smooth

use hashbrown::hash_map::RawEntryMut;

use hashbrown::hash_map::RawEntryMut;

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow cratearrow-flightChanges to the arrow-flight crateenhancementAny new improvement worthy of a entry in the changelogparquetChanges to the parquet crate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions