Kristin Cowalcijk created SEDONA-414:
----------------------------------------
Summary: ST_MakeLine in sedona-spark does not work with array
inputs
Key: SEDONA-414
URL: https://issues.apache.org/jira/browse/SEDONA-414
Project: Apache Sedona
Issue Type: Bug
Affects Versions: 1.5.0
Reporter: Kristin Cowalcijk
Fix For: 1.5.1
Queries such as
{code:sql}
SELECT ST_MakeLine(ARRAY(ST_Point(1, 1), ST_Point(1, 2)))
{code}
should work. However, it reports
{code}
IllegalArgumentException: function ST_MakeLine takes at least 2 argument(s), 1
argument(s) specified
{code}
Please refer to https://github.com/apache/sedona/issues/1065 for the original
issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)