tustvold commented on PR #196: URL: https://github.com/apache/parquet-format/pull/196#issuecomment-1625392665
> I guess this can also be implemented in each language by "bit casting" the float bits to integer bits and doing an integer comparison, correct Its a bit more than a simple bit cast, but broadly speaking yes. https://doc.rust-lang.org/src/core/num/f64.rs.html#1336 -- 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]
