cxzl25 commented on code in PR #1749:
URL: https://github.com/apache/orc/pull/1749#discussion_r1454707503


##########
java/CMakeLists.txt:
##########
@@ -97,7 +97,7 @@ add_test(
 
 add_test(
   NAME java-bench-spark-test
-  COMMAND java ${ADD_OPENS} ${JAVA_NIO} -jar 
bench/spark/orc-benchmarks-spark-${ORC_VERSION}.jar spark data -d sales -c zstd 
-f orc
+  COMMAND java ${ADD_OPENS} ${JAVA_NIO} -jar 
bench/spark/orc-benchmarks-spark-${ORC_VERSION}-shaded.jar spark data -d sales 
-c zstd -f orc

Review Comment:
   Done.
   
   My original intention is to execute it in * way, so that I don’t need to 
care about the variable `ORC_VERSION`, just like other benchmarks (` java -jar 
hive/target/orc-benchmarks-hive-*-uber.jar`) .



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