andygrove commented on code in PR #2396:
URL: https://github.com/apache/datafusion-comet/pull/2396#discussion_r2355567632


##########
spark/src/test/scala/org/apache/spark/sql/benchmark/CometTPCDSMicroBenchmark.scala:
##########
@@ -84,7 +84,7 @@ object CometTPCDSMicroBenchmark extends 
CometTPCQueryBenchmarkBase {
       benchmarkName: String,
       nameSuffix: String = ""): Unit = {
     queries.foreach { name =>
-      val source = 
Source.fromFile(s"spark/src/test/resources/tpcds-micro-benchmarks/$name.sql")
+      val source = 
Source.fromFile(s"src/test/resources/tpcds-micro-benchmarks/$name.sql")

Review Comment:
   I had to modify the path to get the benchmark working from the command-line



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

Reply via email to