This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 35548b4d184 branch-3.0: [feature](function) support utf8 input in initcap #49846 (#49933) add e7d4b9f538b branch-3.0: [Enhancement] Support some spatial functions (#48695) (#50061) No new revisions were added by this update. Summary of changes: be/src/geo/geo_common.h | 7 +- be/src/geo/geo_types.cpp | 988 ++++++++++++++ be/src/geo/geo_types.h | 59 + be/src/geo/wkt_parse_type.h | 2 + be/src/geo/wkt_yacc.y | 37 +- be/src/vec/common/assert_cast.h | 1 + be/src/vec/functions/functions_geo.cpp | 69 +- be/test/geo/geo_types_test.cpp | 1351 ++++++++++++++++++++ .../doris/catalog/BuiltinScalarFunctions.java | 6 + .../scalar/{StartsWith.java => StDisjoint.java} | 19 +- .../scalar/{EndsWith.java => StIntersects.java} | 19 +- .../scalar/{EndsWith.java => StTouches.java} | 19 +- .../expressions/visitor/ScalarFunctionVisitor.java | 15 + .../spatial_functions/test_gis_function.out | Bin 1539 -> 6772 bytes .../spatial_functions/test_gis_function.out | Bin 1604 -> 2684 bytes .../spatial_functions/test_gis_function.groovy | 248 ++++ .../spatial_functions/test_gis_function.groovy | 81 ++ 17 files changed, 2865 insertions(+), 56 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StartsWith.java => StDisjoint.java} (81%) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{EndsWith.java => StIntersects.java} (80%) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{EndsWith.java => StTouches.java} (81%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org