codope commented on issue #5351:
URL: https://github.com/apache/hudi/issues/5351#issuecomment-1102800156
@p-powell You can check by writing parquet directly.
```
df_id.write.format("parquet").mode(Overwrite).save(parquetBasePath)
```
I tried this and the time taken was comparable. For Hudi, it was 605s and
for patquet it was 568s.
--
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]