khwilson commented on code in PR #44184: URL: https://github.com/apache/arrow/pull/44184#discussion_r2137659252
########## docs/source/cpp/compute.rst: ########## @@ -171,8 +171,8 @@ To avoid exhaustively listing supported types, the tables below use a number of general type categories: * "Numeric": Integer types (Int8, etc.) and Floating-point types (Float32, - Float64, sometimes Float16). Some functions also accept Decimal128 and - Decimal256 input. + Float64, sometimes Float16). Some functions also accept + Decimal128/256 input. Review Comment: The initial change to this line was to say that "some functions also accept Decimal32/64/128/256 input" but that change was rolled back to make this PR focus on Decimal128/256. Hence the change here. But this seems fine. -- 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]
