jorisvandenbossche commented on issue #34539:
URL: https://github.com/apache/arrow/issues/34539#issuecomment-1472148553

   FWIW, I can't reproduce this on Linux (ubuntu), not in my local development 
environment, and also not using docker with the script and steps described 
above. 
   
   Using docker, reading the created file after running the script looks OK:
   
   ```
   root@e21abdd839a3:/# python
   Python 3.10.10 (main, Mar 14 2023, 02:53:09) [GCC 8.3.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import pyarrow.parquet as pq
   >>> pq.read_metadata("/tmp/data/part-0.parquet")
   <pyarrow._parquet.FileMetaData object at 0x7fe3c1f489a0>
     created_by: parquet-cpp-arrow version 11.0.0
     num_columns: 1
     num_rows: 1048576
     num_row_groups: 18
     format_version: 1.0
     serialized_size: 2168
   ```
   
   @isvoboda what platform are you using?


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