ArnavBalyan opened a new pull request, #49615:
URL: https://github.com/apache/arrow/pull/49615

   ### Rationale for this change
    - When writing Arrow timestamps to Parquet, timestamp values are multiplied 
to convert units
    - This multiplication was performed without overflow checking which can 
silently write corrupt data.
   
   ### What changes are included in this PR?
    - Use MultiplyWithOverflowGeneric to handle/detect overflow
   
   ### Are these changes tested?
    - Yes
   ### Are there any user-facing changes?
    - Yes
   


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

Reply via email to