HuaHuaY commented on code in PR #47427: URL: https://github.com/apache/arrow/pull/47427#discussion_r2314790415
########## docs/source/cpp/parquet.rst: ########## @@ -460,8 +460,8 @@ physical type. +-------------------+-----------------------------+------------------------------+-----------+ | INT | INT64 | Int64 / UInt64 | | +-------------------+-----------------------------+------------------------------+-----------+ -| DECIMAL | INT32 / INT64 / BYTE_ARRAY | Decimal128 / Decimal256 | \(2) | -| | / FIXED_LENGTH_BYTE_ARRAY | | | +| DECIMAL | INT32 / INT64 / BYTE_ARRAY | Decimal32/ Decimal64 / | \(2) | Review Comment: Have changed the note to "On the write side, a FIXED_LENGTH_BYTE_ARRAY is always emitted except if `store_decimal_as_integer` is set to true". -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org