Move HashingFn from test -> main to make it more accessible
Open
bug
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 204
Description
HashingFn is currently only available as a test dependency. There's no reason for that (it could be generally useful to non-test parts of IOs if necessary), so we should move it over to regular directory.
Imported from Jira [BEAM-2458](https://issues.apache.org/jira/browse/BEAM-2458). Original Jira may contain additional context.
Reported by: sisk.
Contributor guide
Research direction
Search the Java test sources and build configuration for HashingFn and its current test-only dependency. Move the existing class into the regular source directory, update the dependency references, and verify that the project still builds and the existing tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100