You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/06/12 03:32:31 UTC

[doris] branch master updated (4c340f2851 -> bcc37c9405)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 4c340f2851 [Feature] (Multi-Catalog) support query hll column in doris jdbc table - part 1 (#19413)
     add bcc37c9405 [fix](planner)the common type of floating and decimal should be floating type (#20634)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/doris/catalog/ScalarType.java  |  2 +-
 .../doris/nereids/util/TypeCoercionUtils.java      | 14 ++++
 .../org/apache/doris/catalog/FunctionSetTest.java  |  2 +-
 .../doris/nereids/util/TypeCoercionUtilsTest.java  |  8 +-
 .../test_case_when_decimal.out}                    |  4 +-
 .../correctness_p0/test_case_when_decimal.groovy   | 85 ++++++++++++++++++++++
 .../suites/nereids_syntax_p0/explain.groovy        |  2 +-
 7 files changed, 108 insertions(+), 9 deletions(-)
 copy regression-test/data/{datatype_p0/date/test_invalid_date.out => correctness_p0/test_case_when_decimal.out} (92%)
 create mode 100644 regression-test/suites/correctness_p0/test_case_when_decimal.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org