This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-60170-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 84859cdf013 branch-4.0: [fix](regression) Fix case :
test_routine_load_adaptive_param #60673 (#60691)
add e54f7179550 [feature](geo) support 3 spatial functions: ST_Distance,
ST_GeometryType, ST_Length (#60170)
No new revisions were added by this update.
Summary of changes:
be/src/geo/geo_types.cpp | 371 ++++++++++++++
be/src/geo/geo_types.h | 26 +-
be/src/vec/functions/functions_geo.cpp | 212 ++++++++
be/test/geo/geo_types_test.cpp | 534 +++++++++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 6 +
.../scalar/{StPoint.java => StDistance.java} | 18 +-
.../{DigitalMasking.java => StGeometryType.java} | 16 +-
.../scalar/{StAreaSquareKm.java => StLength.java} | 18 +-
.../expressions/visitor/ScalarFunctionVisitor.java | 15 +
.../spatial_functions/test_gis_function.out | 225 +++++++++
.../spatial_functions/test_gis_function.groovy | 111 +++++
11 files changed, 1525 insertions(+), 27 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StPoint.java
=> StDistance.java} (80%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{DigitalMasking.java
=> StGeometryType.java} (84%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StAreaSquareKm.java
=> StLength.java} (83%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]