SaraPrager opened a new issue, #48087:
URL: https://github.com/apache/arrow/issues/48087

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When running the following code:
   ```
   import pyarrow.parquet as pq
   parquet_file = pq.ParquetFile('<my file with long schema lines>.parquet')
   parquet_file.schema.to_arrow_schema()
   ```
   
   the output for long schema lines is truncated and replaced with (... N chars 
omitted).
   
   For example, a schema line like the following will be truncated:
   
   ```
   config: list<element: struct<default_value: string, name: string, keywords: 
list<element: string>, type: s (... 7 chars omitted)
   ```
   
   The issue did not occur in pyarrow version 20, but is present in versions 21 
and 22.
   
   ### Component(s)
   
   Parquet


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