tomnoah1 commented on issue #3014:
URL: https://github.com/apache/parquet-java/issues/3014#issuecomment-2408852440
You are writing it again.
Try:
`writer = newWriter()`
Instead of:
```
// Write to the second Parquet file with the same record
writer = AvroParquetWriter
.<GenericRecord>builder(localOutputFile2)
.withSchema(schema)
.build();
writer.write(genericRecord);
writer.close();
```
--
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]