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

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from f3f83932a6 [fix](hudi)degrade hudi version for 1.2 to fix unexpected 
exception (#18426)
     new e2bbd2efef [improvement](coverage) build be with coverage enabled, 
which can get coverage data with llvm-cov-15 (#17995)
     new 2ffffbc106 [Bug](DECIMALV3) Fix wrong precision for plus/minus (#18052)
     new c4c9e1c1c3 [Chore](planner) add error information for OnClause contain 
ExistsPredicates (#18090)
     new 069b0a800e [regression-test](log) add log for malforamt response of 
stream load (#18173)
     new 8f8adea52b [Fix](planner) fix nested udf bind arguments exception 
(#18188)
     new ad052f8e47 [Fix](planner)fix create view ignore order by info bug. 
(#18197)
     new 50f4a73564 [Enhancement](spark load)Support for RM HA  (#15000)

The 7 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:
 be/CMakeLists.txt                                  |   5 +
 be/src/vec/data_types/data_type_decimal.h          |   2 +-
 build.sh                                           |   9 ++
 .../main/java/org/apache/doris/catalog/Type.java   |  23 +++++
 .../org/apache/doris/analysis/ArithmeticExpr.java  |   6 +-
 .../java/org/apache/doris/analysis/CastExpr.java   |   2 +-
 .../java/org/apache/doris/analysis/FromClause.java |   5 +
 .../apache/doris/analysis/FunctionCallExpr.java    |   3 +
 .../java/org/apache/doris/analysis/SelectStmt.java |   9 +-
 .../org/apache/doris/catalog/SparkResource.java    |  35 ++++++-
 .../org/apache/doris/catalog/CreateViewTest.java   |   2 +-
 .../apache/doris/catalog/SparkResourceTest.java    |  16 ++++
 .../decimalv3/test_arithmetic_expressions.out      |  15 +++
 .../regression/action/StreamLoadAction.groovy      |  54 ++++++-----
 .../decimalv3/test_arithmetic_expressions.groovy   |  16 ++++
 .../suites/query_p0/join/test_join.groovy          |   5 +-
 .../test_alias_function.groovy}                    |  20 ++--
 .../suites/query_p0/view/test_view.groovy          | 104 +++++++++++++++++++++
 run-be-ut.sh                                       |  22 ++++-
 19 files changed, 301 insertions(+), 52 deletions(-)
 copy regression-test/suites/query_p0/{explain/test_pushdown_explain.groovy => 
sql_functions/test_alias_function.groovy} (57%)
 create mode 100644 regression-test/suites/query_p0/view/test_view.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to