wgtmac commented on code in PR #47427: URL: https://github.com/apache/arrow/pull/47427#discussion_r2308943365
########## 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: Yes, I'm not sure if we want to expose `store_decimal_as_integer` in the doc. Should we enable `store_decimal_as_integer` by default then we don't need to add explanation here? -- 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]
