This is an automated email from the ASF dual-hosted git repository.
dbirdsall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.
from 3ab928b Merge pull request #1833 from DaveBirdsall/Trafodion3299
new ed60e5c [TRAFODION-3300] Fix overflow issues with extreme big nums +
ROUND
new 64b9510 Rework
new d77eba2 Merge pull request #1831 from DaveBirdsall/BigNumRound
The 7134 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/sql/bin/SqlciErrors.txt | 2 +-
core/sql/common/BigNumHelper.cpp | 75 ++-
core/sql/common/BigNumHelper.h | 10 +-
core/sql/common/NAType.cpp | 5 +
core/sql/common/NAType.h | 5 +
core/sql/exp/exp_bignum.cpp | 84 ++++
core/sql/exp/exp_bignum.h | 6 +
core/sql/exp/exp_math_func.cpp | 21 +
core/sql/generator/GenPreCode.cpp | 41 +-
core/sql/optimizer/BindItemExpr.cpp | 12 +-
core/sql/optimizer/SynthType.cpp | 27 +-
core/sql/regress/executor/EXPECTED101.SB | 530 +++++++++++++++++++--
core/sql/regress/executor/TEST101 | 93 +++-
core/sql/sqlcomp/DefaultConstants.h | 1 +
core/sql/sqlcomp/nadefaults.cpp | 1 +
.../src/asciidoc/_chapters/binder_msgs.adoc | 14 +
16 files changed, 874 insertions(+), 53 deletions(-)