andreypanchenko opened a new issue, #1288:
URL: https://github.com/apache/sedona/issues/1288
## Expected behavior
`SELECT ST_SubDivide(ST_GeomFromText('POLYGON((35 10, 45 45, 15 40, 10 20,
35 10), (20 30, 35 35, 30 20, 20 30))'), 5) `
==============================================================================================
MULTILINESTRING ((0 0, 5 5), (5 5, 10 10), (10 10, 21 21), (21 21, 60 60),
(60 60, 85 85), (85 85, 100 100), (100 100, 120 120))
[doc_example](https://sedona.apache.org/1.5.1/api/snowflake/vector-data/Function/#st_subdivide)
## Actual behavior

## Steps to reproduce the problem
https://sedona.apache.org/1.5.1/setup/snowflake/install/
sedona-snowflake-1.5.1.jar: [Sedona's Maven Central
repository](https://central.sonatype.com/artifact/org.apache.sedona/sedona-snowflake/versions)
geotools-wrapper-1.5.1-28.2.jar: [GeoTools-wrapper's Maven Central
repository](https://central.sonatype.com/artifact/org.datasyslab/geotools-wrapper/versions)
`java -jar sedona-snowflake-1.5.1.jar --geotools-version 1.5.1-28.2 >
sedona-snowflake.sql`
## Settings
Sedona version = 1.5.1
Environment = Snowflake
[SEDONA-519](https://issues.apache.org/jira/projects/SEDONA/issues/SEDONA-519?filter=allopenissues)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]