james-willis commented on PR #1162: URL: https://github.com/apache/sedona-db/pull/1162#issuecomment-5296487292
Opened apache/sedona#3264 taking the deprecation route suggested here: both aliases now warn toward the canonical names on the Spark surface (one-time runtime warning for SQL users, `@deprecated` on the Scala DataFrame API, `DeprecationWarning` in Python, docs marked), with behavior unchanged. One nuance flagged on that PR: `ST_Force3DZ` is actually the canonical name in current PostGIS (`ST_Force3D` is its alias there), unlike `ST_Force_2D` which PostGIS itself deprecated in 2.1. So the `ST_Force3DZ` half trades PostGIS name-compatibility for a single canonical name — open to dropping that half if PostGIS parity is preferred. -- 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]
