zingg icon indicating copy to clipboard operation
zingg copied to clipboard

Linker Bug

Open Nitish1814 opened this issue 7 months ago • 0 comments

Refactored linker code

  1. Earlier SelfPairBuilder source sensitive was working on single blocked dataframe, now we have two different blocked data frames on which intra join is done
  2. Post processing step is not needed anymore in LinkOutputBuilder
  3. Refactored tests
  • Earlier linker test was appending output to same location were earlier match test has written
  • Refactored linker tester to consider source.csv and candidate.csv
  • New assertions are made in LinkerValidator

Consider this PR to know more about code change and context https://github.com/zinggAI/zingg/pull/1159/files

Nitish1814 avatar May 29 '25 14:05 Nitish1814