Github user wgtmac commented on the issue:
https://github.com/apache/orc/pull/301
I have created a PR to port this feature to the java side:
https://github.com/apache/orc/pull/306. However, hadoop 2.9.0 (which is the
first version has ZStandardCodec) is not built with zstd native support by
default. So I cannot add any test inside to avoid test break and that's why
parquet-mr skips its test as well. parquet-mr uses hadoop v2.7.3 because it
uses reflection to create the codec. @majetideepak ---
