Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.3.0
-
None
Description
In the `checkIndexAndDataFile`,the blocks is the Int type, when it is greater than 2^28, `blocks*8` will overflow, and this will result in an error result.
In fact, `blocks` is actually the number of partitions.
Attachments
Issue Links
- is related to
-
SPARK-23391 It may lead to overflow for some integer multiplication
- Resolved
- links to