Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.3.0
-
None
Description
When using `SortShuffleWriter`, we only insert 'AnyRef' into 'PartitionedAppendOnlyMap' or 'PartitionedPairBuffer'.
For this function:
override def write(records: Iterator[Product2[K, V]])
the value of 'records' is `UnsafeRow`, so the value will be overwritten