Github user wgtmac commented on the issue: https://github.com/apache/orc/pull/245 After second thought, I added back DECIMAL_V1 to support RLE v1 in decimal encoding. The reason is that in our testing, we found RLEv1 + zstd may be the best combination than others in terms of both compression ration and encoding/decoding speed.
---