The eval_flags of vectorized ceil/floor is set incorrectly
This commit is contained in:
@ -249,9 +249,9 @@ int do_eval_batch_ceil_floor(const ObExpr &expr,
|
||||
res_datums[i].set_double(ceil(arg_datums.at(i)->get_double()));
|
||||
}
|
||||
}
|
||||
}
|
||||
eval_flag.set(i);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user