Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential int overflow in merge chunks
When merging chunks, a relation size calculation could potentially overflow an 32-bit integer value. Use a 64-bit integer for the result to prevent overflow.
- Loading branch information