jayzhan211 commented on issue #8302: URL: https://github.com/apache/arrow-datafusion/issues/8302#issuecomment-1833753259
> // The following match arms encode the following logic: Given the two > // integral types, we choose the narrowest possible integral type that > // accommodates all values of both types. Note that some information > // loss is inevitable when we have a signed type and a `UInt64`, in > // which case we use `Int64`;i.e. the widest signed integral type. I rethink about this. This is the best we can do, like the comment mentioned, it is inevitable :( -- 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]
