Skip to content

Commit 393ab2f

Browse files
committed
update comment
1 parent a5eef0f commit 393ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/func_deps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ func NewLeftJoinFDs(left, right *FuncDepSet, filters [][2]ColumnId) *FuncDepSet
666666
for _, equiv := range left.equivs.Sets() {
667667
ret.AddEquivSet(equiv)
668668
}
669-
// add equiv filters only if right-side column is not null
669+
// add equiv filters only if right-side column is not nullable
670670
for _, f := range filters {
671671
if right.notNull.Contains(f[0]) || right.notNull.Contains(f[1]) {
672672
ret.AddEquiv(f[0], f[1])

0 commit comments

Comments
 (0)