Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaoTeo committed Dec 17, 2019
1 parent 868d6ad commit be2931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expression/builtin_math_vec.go
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ func (b *builtinConvSig) vecEvalString(input *chunk.Chunk, result *chunk.Column)
ignoreSign bool
)
for i := 0; i < n; i++ {
if buf1.IsNull(i) || buf2.IsNull(i) || buf2.IsNull(i) {
if buf1.IsNull(i) || buf2.IsNull(i) || buf3.IsNull(i) {
result.AppendNull()
continue
}
Expand Down

0 comments on commit be2931d

Please sign in to comment.