This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-48695-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from e58fb2e2e4d branch-3.0: [fix](load) fix multi table load repeated
failures and retries when meet data quality error #49938 (#50026)
add 069be95dd2e [Enhancement] Support some spatial functions (#48695)
No new revisions were added by this update.
Summary of changes:
be/src/geo/geo_types.cpp | 600 ++++++++++++++
be/src/geo/geo_types.h | 27 +
be/src/vec/functions/functions_geo.cpp | 69 +-
be/test/geo/geo_types_test.cpp | 916 +++++++++++++++++++++
.../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 -> 3346 bytes
.../spatial_functions/test_gis_function.out | Bin 1604 -> 2684 bytes
.../spatial_functions/test_gis_function.groovy | 133 +++
.../spatial_functions/test_gis_function.groovy | 81 ++
13 files changed, 1852 insertions(+), 52 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: [email protected]
For additional commands, e-mail: [email protected]