dongjoon-hyun opened a new pull request #844:
URL: https://github.com/apache/orc/pull/844


   ### What changes were proposed in this pull request?
   
   This PR aims to ignore unsupported JSON x ZSTD combination in bench.
   
   ### Why are the changes needed?
   
   ```
   $ java -jar core/target/orc-benchmarks-core-*-uber.jar generate data -d 
sales -c zstd -s 1
   Processing sales [avro, json, orc, parquet]
   [WARN ] Unable to load native-hadoop library for your platform... using 
builtin-java classes where applicable
   Exception in thread "main" java.lang.IllegalArgumentException: Unhandled 
kind ZSTD
   ```
   
   ### How was this patch tested?
   
   Manually.
   
   ```
   $ java -jar core/target/orc-benchmarks-core-*-uber.jar generate data -d 
sales -c zstd -s 1
   Processing sales [avro, json, orc, parquet]
   ```
   
   ```
   $ java -jar core/target/orc-benchmarks-core-*-uber.jar scan data -d sales -c 
zstd
   [WARN ] Unable to load native-hadoop library for your platform... using 
builtin-java classes where applicable
   data/generated/sales/avro.zstd rows: 1 batches: 1
   data/generated/sales/orc.zstd rows: 1 batches: 1
   data/generated/sales/parquet.zstd rows: 1 batches: 1
   ```


-- 
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]


Reply via email to