scovich commented on issue #8873: URL: https://github.com/apache/arrow-rs/issues/8873#issuecomment-3634486887
> safe lossy 1234(Micro) -> Mills) > true true 1 (= floor(1234 / 1_000)) > true false Null > false true 1 > false false Err > safe lossy 1000(Micro) -> Mills > true true 1 > true false 1 > false true 1 > false false 1 The two tables suggest there are only three actual values? (lossy, *), (lossless, safe), (lossless, unsafe)? Or would (lossy, safe) and (lossy, unsafe) cases still matter when dealing with incompatible types? -- 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]
