Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 06:16 AM
When you write a file, it uses the default compression if you don't specify it. The default compression is snappy, so that's expected + desired behavior.
Parquet is meant to be splittable. It also needs to create the other files that begin with the underscore to ensure you don't get partial or broken writes.
What exactly are you trying to do?