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

github-bot pushed a change to branch auto-pick-58004-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 1d964d80f7c branch-4.0: [fix](variable) support set ON and ALL to 
variable #58287 (#58329)
     add 0cb4e4ed707 [Fix](geo) fix memory leak in geo (#58004)

No new revisions were added by this update.

Summary of changes:
 be/src/geo/geo_types.cpp                   |  20 +-
 be/src/geo/geo_types.h                     |  10 +-
 be/src/geo/wkb_parse.cpp                   |  92 +++---
 be/src/geo/wkb_parse.h                     |  22 +-
 be/src/geo/wkb_parse_ctx.h                 |  12 +-
 be/src/geo/wkt_lex.l                       |  21 +-
 be/src/geo/wkt_parse.cpp                   |  40 ++-
 be/src/geo/wkt_parse.h                     |   9 +-
 be/src/geo/wkt_parse_ctx.h                 |   9 +-
 be/src/geo/wkt_parse_type.h                |  20 +-
 be/src/geo/wkt_yacc.y                      | 175 ++++++-----
 be/src/vec/functions/functions_geo.cpp     |   4 +-
 be/test/geo/geo_types_test.cpp             | 459 +++++++++++++----------------
 be/test/geo/wkb_parse_test.cpp             | 179 +++++++++++
 be/test/geo/wkt_parse_test.cpp             |  10 +-
 be/test/vec/function/function_geo_test.cpp |  14 +-
 16 files changed, 642 insertions(+), 454 deletions(-)
 create mode 100644 be/test/geo/wkb_parse_test.cpp


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

Reply via email to