Skip to content

Commit

Permalink
Merge pull request apache#4019 from hansva/3908
Browse files Browse the repository at this point in the history
Use compare using values by default in Unique rows hashset apache#3908
  • Loading branch information
hansva authored Jun 6, 2024
2 parents 2ef60cf + 76b9bfe commit 3515546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ This transform differs from the xref:pipeline/transforms/uniquerows.adoc[Unique
!===
|===

WARNING: When using this transform on larger sets of data there is a risk of hash collisions unless "Compare using stored row values" is enabled.

== Options

[options="header"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ private void readData(Node transformNode) throws HopXmlException {
public void setDefault() {
rejectDuplicateRow = false;
errorDescription = null;
storeValues = true;
int nrFields = 0;

allocate(nrFields);
Expand Down

0 comments on commit 3515546

Please sign in to comment.