Skip to content

Commit

Permalink
Update ydb/core/kqp/opt/physical/effects/kqp_opt_phy_uniq_helper.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: qrort <31865255+qrort@users.noreply.github.com>
  • Loading branch information
dcherednik and qrort authored Jan 17, 2024
1 parent 9441501 commit 30658f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ TVector<TUniqBuildHelper::TUniqCheckNodes> TUniqBuildHelper::Prepare(const TCoAr
used = true;
} else if (insertMode) {
// In case of insert new row absent input column will contains NULL value (or forbidden in case of NOT NULL)
// NULL != NULL and NULL != "any other values" so we can just skip uniq check.
// NULL != NULL and NULL != "any other value" so we can just skip uniq check.
skip = true;
continue;
}
Expand Down

0 comments on commit 30658f6

Please sign in to comment.