Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE-1225] Fix the bug of += decimal in olap engine
This change fix the olap engine bug of decimal agg. Using ^ instead of * to judge result is less then zero. The result of * will be less then zero when the result is overflow. So the answer of += is incorrect.
- Loading branch information