petern48 opened a new issue, #2470: URL: https://github.com/apache/sedona/issues/2470
See #1979. This issue is for fixing the `ST_Envelope` function. I'm just creating a separate issue to assign my PR to. Seems like there are three implementations to fix: [Spark](https://github.com/apache/sedona/blob/842dfe7aedf20ea2b72ca4f103074f7e1c90755e/spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/AggregateFunctions.scala#L101), [Flink](https://github.com/apache/sedona/blob/842dfe7aedf20ea2b72ca4f103074f7e1c90755e/flink/src/main/java/org/apache/sedona/flink/expressions/Aggregators.java#L31), [Snowflake](https://github.com/apache/sedona/blob/842dfe7aedf20ea2b72ca4f103074f7e1c90755e/snowflake/src/main/java/org/apache/sedona/snowflake/snowsql/udtfs/ST_Envelope_Aggr.java#L30) for `ST_Envelope_Aggr`, so I don't quite feel like tackling it right now. -- 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]
