uros-db commented on code in PR #55790:
URL: https://github.com/apache/spark/pull/55790#discussion_r3226779230


##########
docs/sql-migration-guide.md:
##########
@@ -31,6 +31,7 @@ license: |
 - Since Spark 4.2, Spark enables order-independent checksums for shuffle 
outputs by default to detect data inconsistencies during indeterminate shuffle 
stage retries. If a checksum mismatch is detected, Spark rolls back and 
re-executes all succeeding stages that depend on the shuffle output. If rolling 
back is not possible for some succeeding stages, the job will fail. To restore 
the previous behavior, set `spark.sql.shuffle.orderIndependentChecksum.enabled` 
and `spark.sql.shuffle.orderIndependentChecksum.enableFullRetryOnMismatch` to 
`false`.
 - Since Spark 4.2, support for Derby JDBC datasource is deprecated.
 - Since Spark 4.2, a new default method `mergeWith` has been added to the 
`CustomTaskMetric` interface. The default implementation sums the two metric 
values, which is correct for count-type metrics. Data source connector 
implementations that report non-additive metrics (e.g., maximum, average, 
compression ratio, or gauge values) must override `mergeWith` to provide 
correct merge semantics.
+- Since Spark 4.2, the geospatial `GEOMETRY` and `GEOGRAPHY` types and the 
corresponding `ST_*` functions are enabled. See [Geospatial 
(Geometry/Geography) Types](sql-ref-geospatial-types.html) for additional 
details.

Review Comment:
   Makes sense, removed.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to