diff --git a/executor.go b/executor.go index b361d9672..009f55c7b 100644 --- a/executor.go +++ b/executor.go @@ -7635,7 +7635,6 @@ func (vc *ValCount) larger(other ValCount) ValCount { FloatVal: vc.FloatVal, TimestampVal: vc.TimestampVal, } - } func (vc *ValCount) decimalLarger(other ValCount) ValCount {