williamhyun opened a new pull request #1035:
URL: https://github.com/apache/orc/pull/1035
### What changes were proposed in this pull request?
This PR aims to use `zstd` instead of `none` in the default compress option.
### Why are the changes needed?
This will reduce the hardware requirements for running benchmark.
```
$ du -h * | sort -nr
112G github
67G sales
21G taxi
$ du -h */*none | sort -nr
663M taxi/parquet.none
28G github/json.none
22G sales/json.none
18G github/avro.none
14G github/parquet.none
12G github/orc.none
10G taxi/json.none
4.9G sales/avro.none
4.2G sales/parquet.none
2.9G sales/orc.none
2.0G taxi/avro.none
1.2G taxi/orc.none
```
### How was this patch tested?
Manually generate benchmark data.
--
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]