This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c95b81f950 [fix](order by) fix bug of order by desc when rowsets is no
overlapping (#18100)
add 09e346e47c [fix](type) Data precision is lost when converting DOUBLE
type data to DECIMAL (#17191) (#17562)
No new revisions were added by this update.
Summary of changes:
be/src/runtime/decimalv2_value.cpp | 26 ++++++++++++--
be/src/vec/core/types.h | 13 +++++--
be/test/runtime/decimalv2_value_test.cpp | 8 ++---
.../test_cast_double_to_decimal.out | 17 +++++++++
.../test_cast_double_to_decimal.groovy | 40 ++++++++++++++++++++++
5 files changed, 96 insertions(+), 8 deletions(-)
create mode 100644
regression-test/data/cast_double_to_decimal/test_cast_double_to_decimal.out
create mode 100644
regression-test/suites/cast_double_to_decimal/test_cast_double_to_decimal.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]