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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When I try to write a table to a `ParquetWriter`, specifying schema in a 
different order gives an error:
   
   ```
   ValueError: Table schema does not match schema used to create file: 
   table:
   cmdline: list<item: string>
     child 0, item: string
   time: double
   lock: string vs. 
   file:
   time: double
   cmdline: list<item: string>
     child 0, item: string
   lock: string
   ```
   
   ### Component(s)
   
   Parquet, Python


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