Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
3.0.0
Description
This line of https://github.com/apache/spark/pull/28062 changed the order of groupCols in dropDuplicates(). Thus, the executor JVM could probably crash, throw a random exception or even return a wrong answer when using the checkpoint written by the previous version.
Attachments
Issue Links
- blocks
-
SPARK-31894 Introduce UnsafeRow format validation for streaming state store
- Resolved
- incorporates
-
SPARK-31905 Add compatibility tests for streaming state store format
- Resolved
- is caused by
-
SPARK-31292 Replace toSet.toSeq with distinct for readability
- Resolved
- relates to
-
SPARK-19497 dropDuplicates with watermark
- Resolved
- links to