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

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


    from a925ec9f00 add missing file factory_creator.h for commit 814f8 
[bugfix](memleak) UserFunctionCache may have memory leak during close (#18913)
     new d56ddb570e [fixbug](json-reader) fix memory leak of new_json_reader 
#19067
     new e24adc90fb [Improve](GEO)wkb input and output are represented as 
hexadecimal strings And delete EWKB (#18721)
     new d3f2612bfe [doc](fix)fix doc link error (#19083)
     new 967ed16cf8 [bug](fix)fix Geo memory leak (#19116)
     new 03e3a22527 [Fix](inverted index) fix memory leak for inverted index 
(#19008)
     new 1cd15a625c [bugfix](topn) fix memory leak in topn AcceptNullPredicate 
(#19060)
     new 4cf2644cb5 [fix](memleak) avoid memleak due to race condition (#19071)
     new a427f7a9e5  [FIX](map-type)fix map regress test & create mapTypeInfo 
without delete #19033
     new 815bd50d34 [fix](memory) Fix SchemaChange memory leak due to incorrect 
aggfunc destroy (#19130)
     new fd2f8a6baa [fix](memory) Fix AggFunc memory leak due to incorrect 
destroy (#19126)

The 10 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/src/geo/geo_tobinary.cpp                        |  32 ++--
 be/src/geo/geo_tobinary.h                          |   4 +-
 be/src/geo/geo_tobinary_type.h                     |   4 -
 be/src/geo/geo_types.cpp                           |  61 +++----
 be/src/geo/geo_types.h                             |  13 +-
 be/src/geo/wkb_parse.cpp                           | 123 +++++++++++----
 be/src/geo/wkb_parse.h                             |  13 +-
 be/src/geo/wkb_parse_ctx.h                         |   3 -
 be/src/geo/wkt_yacc.y                              |   6 +-
 be/src/olap/accept_null_predicate.h                |   6 +-
 be/src/olap/memtable.cpp                           |  18 ++-
 .../inverted_index_compound_directory.cpp          |   1 +
 .../rowset/segment_v2/inverted_index_writer.cpp    |  39 +++--
 be/src/olap/schema_change.cpp                      |  39 +++--
 be/src/olap/types.cpp                              |   2 +-
 be/src/runtime/runtime_predicate.cpp               |  20 ++-
 be/src/util/core_local.cpp                         |   8 +-
 be/src/util/defer_op.h                             |   5 +
 .../vec/aggregate_functions/aggregate_function.h   |  36 ++++-
 .../aggregate_function_distinct.h                  |   2 +-
 .../aggregate_function_hll_union_agg.h             |   3 +
 .../aggregate_function_java_udaf.h                 |   7 +-
 .../aggregate_functions/aggregate_function_rpc.h   |   3 +-
 .../aggregate_functions/aggregate_function_sort.h  |   2 +-
 .../aggregate_function_window.h                    |  16 +-
 be/src/vec/exec/format/json/new_json_reader.cpp    |   2 +-
 be/src/vec/exec/vaggregation_node.cpp              |   9 +-
 be/src/vec/exec/vaggregation_node.h                |  20 ++-
 be/src/vec/exec/vanalytic_eval_node.cpp            |  12 +-
 be/src/vec/exec/vanalytic_eval_node.h              |   1 +
 be/src/vec/functions/functions_geo.cpp             |  97 ------------
 be/src/vec/olap/block_reader.cpp                   |   8 +-
 be/src/vec/olap/vertical_block_reader.cpp          |   8 +-
 .../sql-functions/spatial-functions/st_asbinary.md |  38 +++--
 .../sql-functions/spatial-functions/st_asewkb.md   |  70 ---------
 .../spatial-functions/st_geometryfromewkb.md       |  93 -----------
 .../spatial-functions/st_geometryfromwkb.md        |   8 -
 .../Load/CREATE-ROUTINE-LOAD.md                    |   2 +-
 docs/sidebars.json                                 |   4 +-
 .../sql-functions/spatial-functions/st_asbinary.md |  38 +++--
 .../sql-functions/spatial-functions/st_asewkb.md   |  70 ---------
 .../spatial-functions/st_geometryfromewkb.md       |  92 -----------
 .../spatial-functions/st_geometryfromwkb.md        |  17 --
 .../Load/CREATE-ROUTINE-LOAD.md                    |   2 +-
 .../doris/catalog/BuiltinScalarFunctions.java      |   6 -
 .../expressions/functions/scalar/StAsEWKB.java     |  70 ---------
 .../functions/scalar/StGeomFromEWKB.java           |  70 ---------
 .../functions/scalar/StGeometryFromEWKB.java       |  70 ---------
 .../expressions/visitor/ScalarFunctionVisitor.java |  15 --
 gensrc/script/doris_builtins_functions.py          |   6 -
 .../data/nereids_function_p0/scalar_function/S.out | 175 ++++++---------------
 .../spatial_functions/test_gis_function.out        |  18 ---
 .../spatial_functions/test_gis_function.out        |  18 ---
 .../nereids_function_p0/scalar_function/S.groovy   |  10 +-
 .../spatial_functions/test_gis_function.groovy     |   8 -
 .../spatial_functions/test_gis_function.groovy     |   7 -
 56 files changed, 417 insertions(+), 1113 deletions(-)
 delete mode 100644 
docs/en/docs/sql-manual/sql-functions/spatial-functions/st_asewkb.md
 delete mode 100644 
docs/en/docs/sql-manual/sql-functions/spatial-functions/st_geometryfromewkb.md
 delete mode 100644 
docs/zh-CN/docs/sql-manual/sql-functions/spatial-functions/st_asewkb.md
 delete mode 100644 
docs/zh-CN/docs/sql-manual/sql-functions/spatial-functions/st_geometryfromewkb.md
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/StAsEWKB.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/StGeomFromEWKB.java
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/StGeometryFromEWKB.java


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

Reply via email to