wgtmac commented on code in PR #47427:
URL: https://github.com/apache/arrow/pull/47427#discussion_r2314734159


##########
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:
   It is a separate topic. I was thinking of removing 
`store_decimal_as_integer` in the long term to always write int32/64.
   
   For this PR, please reflect the current state as suggested above. 



-- 
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]

Reply via email to