dongjoon-hyun commented on code in PR #38114:
URL: https://github.com/apache/spark/pull/38114#discussion_r988443200
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/InMemoryColumnarBenchmark.scala:
##########
@@ -26,14 +26,15 @@ import
org.apache.spark.sql.execution.benchmark.SqlBasedBenchmark
* {{{
* 1. without sbt:
* bin/spark-submit --class <this class>
- * --jars <spark core test jar> <spark sql test jar>
- * 2. build/sbt "sql/Test/runMain <this class>"
- * 3. generate result: SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt
"sql/Test/runMain <this class>"
+ * --jars <spark core test jar>,<spark catalyst test jar> <spark sql
test jar> <rowsNum>
Review Comment:
We need `<spark catalyst test jar>` to run this test.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]