tomnoah1 commented on issue #3014:
URL: https://github.com/apache/parquet-java/issues/3014#issuecomment-2408855703

   Now when I took a second look I see we did on the second initialization:
   ```
   writer = AvroParquetWriter
           .<GenericRecord>builder(localOutputFile)
           .withSchema(schema)
           .build()
   ```
   
   Hence, we accidentally used again `localOutputFile` instead of 
`localOutputFile2`, and I guess thats what cause the problem.
   A new writer to the same filename with the same path.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to