Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use concurrency safe primitive. (#11404)
Related to https://airbytehq-team.slack.com/archives/C03AS1GAQV6/p1708704237474249. I believe this is why we are throwing an error. Note that Java doesn't provide a concurrency safe Hashset out of the box. The general recommendation is to use the Concurrent Hashmap Key set.
- Loading branch information