dongjoon-hyun opened a new pull request, #1760: URL: https://github.com/apache/orc/pull/1760
### What changes were proposed in this pull request? This PR aims to set `orc.compression.zstd.level` to 3 by default. ### Why are the changes needed? To prevent a regression from ORC 1.9.x **ORC 1.9** ``` data/generated//taxi: total 2196176 drwxr-xr-x 5 dongjoon staff 160B Jan 17 08:02 . drwxr-xr-x 5 dongjoon staff 160B Jan 17 08:07 .. -rw-r--r-- 1 dongjoon staff 299M Jan 17 08:03 orc.zstd ``` **ORC 2.0** ``` -rw-r--r-- 1 dongjoon staff 334M Jan 17 07:56 orc.zstd (level 1) -rw-r--r-- 1 dongjoon staff 299M Jan 17 08:16 orc.zstd (level 3) -rw-r--r-- 1 dongjoon staff 302M Jan 17 08:21 orc.zstd (level 4) -rw-r--r-- 1 dongjoon staff 300M Jan 17 08:27 orc.zstd (level 5) ``` ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
