Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDF-20182: fix fdm deduplication logic: use (space, externalId) instead of just (space) #861

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dmivankov
Copy link
Contributor

@dmivankov dmivankov commented Nov 3, 2023

During scan we have deduplication of items, it was done by just externalId.
But externalId can be reused between different spaces in dms case.

So let's pass space around and use space+externalId for deduplication.
We do have space value available, just a matter of using it.

CDF-20182

…ad of just (space)

During scan we have deduplication of items, it was done by just `externalId`.
But `externalId` can be reused between different spaces in dms case.

So let's pass `space` around and use `space`+`externalId` for deduplication.
We do have `space` value available, just a matter of using it.

[CDF-20182]
@dmivankov dmivankov requested a review from a team as a code owner November 3, 2023 14:01
@dmivankov dmivankov self-assigned this Nov 3, 2023
@dmivankov dmivankov requested a review from a team November 3, 2023 14:03
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #861 (7b3eb28) into master (913920d) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #861      +/-   ##
==========================================
+ Coverage   78.77%   78.78%   +0.01%     
==========================================
  Files          48       48              
  Lines        3020     3022       +2     
  Branches      135      129       -6     
==========================================
+ Hits         2379     2381       +2     
  Misses        641      641              
Files Coverage Δ
...gnite/spark/v1/FlexibleDataModelBaseRelation.scala 64.93% <100.00%> (+0.30%) ⬆️

@dmivankov dmivankov merged commit ded8e16 into master Nov 6, 2023
2 checks passed
@dmivankov dmivankov deleted the CDF-20182 branch November 6, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants