[
https://issues.apache.org/jira/browse/IMPALA-13263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18039114#comment-18039114
]
ASF subversion and git services commented on IMPALA-13263:
----------------------------------------------------------
Commit a2a11dec62ef2f696021cf194add756d703aa4d5 in impala's branch
refs/heads/master from Arnab Karmakar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=a2a11dec6 ]
IMPALA-13263: Add single-argument overload for ST_ConvexHull()
Implemented a single-argument version of ST_ConvexHull() to align with
PostGIS behavior and simplify usage across geometry types.
Testing:
Added new tests in test_geospatial_functions.py for ST_ConvexHull(),
which previously had no test coverage, to verify correctness across
supported geometry types.
Change-Id: Idb17d98f5e75929ec0143aa16195a84dd6e50796
Reviewed-on: http://gerrit.cloudera.org:8080/23604
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Csaba Ringhofer <[email protected]>
> Single argument overload is missing for st_convexhull()
> -------------------------------------------------------
>
> Key: IMPALA-13263
> URL: https://issues.apache.org/jira/browse/IMPALA-13263
> Project: IMPALA
> Issue Type: Improvement
> Components: Frontend
> Reporter: Csaba Ringhofer
> Assignee: Arnab Karmakar
> Priority: Major
> Labels: ramp-up
>
> Impala has:
> st_convexhull(BINARY, BINARY)
> st_convexhull(BINARY, BINARY, BINARY)
> ...
> but the most widely used single argument one is missing:
> st_convexhull(BINARY)
> The code with these overloads is generated during compilation:
> https://github.com/apache/impala/blob/8d4497be0947e7552e0e9e2c15b9b08566aad148/common/function-registry/CMakeLists.txt#L27
> https://github.com/apache/impala/blob/8d4497be0947e7552e0e9e2c15b9b08566aad148/common/function-registry/CMakeLists.txt#L56
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]