Skip to content

Conversation

@roeap
Copy link
Collaborator

@roeap roeap commented Sep 3, 2025

Description

Just a quick drive-by refactor. We were using Mutex<HashSet<String>> inside the merge barrier implementation. Since we already depend on dashmap, we might as well use DashSet, which simplifies the code a little bit by avoiding explicit locks.

@roeap roeap requested review from hntd187 and rtyler as code owners September 3, 2025 13:58
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Sep 3, 2025
@roeap roeap force-pushed the refactor/merge-dashset branch from 2e7df3f to 7aae3d5 Compare September 3, 2025 13:59
@roeap roeap requested a review from ion-elgreco September 3, 2025 13:59
@roeap roeap enabled auto-merge (squash) September 3, 2025 14:00
@codecov
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.37%. Comparing base (4c72c76) to head (7aae3d5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3734   +/-   ##
=======================================
  Coverage   75.36%   75.37%           
=======================================
  Files         145      145           
  Lines       43955    43946    -9     
  Branches    43955    43946    -9     
=======================================
- Hits        33128    33123    -5     
+ Misses       9222     9219    -3     
+ Partials     1605     1604    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@roeap roeap merged commit 4036166 into delta-io:main Sep 3, 2025
35 of 36 checks passed
@roeap roeap deleted the refactor/merge-dashset branch September 3, 2025 14:14
fvaleye pushed a commit to fvaleye/delta-rs that referenced this pull request Sep 12, 2025
# Description

Just a quick drive-by refactor. We were using `Mutex<HashSet<String>>`
inside the merge barrier implementation. Since we already depend on
`dashmap`, we might as well use `DashSet`, which simplifies the code a
little bit by avoiding explicit locks.

Signed-off-by: Robert Pack <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding/rust Issues for the Rust crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants