AlenkaF commented on code in PR #41870: URL: https://github.com/apache/arrow/pull/41870#discussion_r3504131428
########## cpp/src/arrow/tensor.cc: ########## Review Comment: As per line 362/403 the check `if (is_integer(result_type->id()) && null_to_nan)` is run in any case and therefore the new `if (!col_type->Equals(result_field->type()))` check doesn't effect the promotion to float. Ignoring this comment. -- 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]
