dongjoon-hyun commented on code in PR #1749:
URL: https://github.com/apache/orc/pull/1749#discussion_r1454621856


##########
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:
   @cxzl25 , it sounds like you misunderstood the error message. Technically, 
your error message is irrelevant with this line because this code is the 
following which uses exactly `${ORC_VERSION}.jar`.
   ```
   bench/spark/orc-benchmarks-spark-${ORC_VERSION}.jar
   ```
   
   Please revert this line and leave the documentation revision only.



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