jinchengchenghh commented on code in PR #10785:
URL: 
https://github.com/apache/incubator-gluten/pull/10785#discussion_r2390627044


##########
tools/workload/tpch/run_tpch/tpch_parquet.scala:
##########
@@ -77,11 +70,24 @@ val sorted = fileLists.sortBy {
      }}
 
 // Main program to run TPC-H testing
+val resultMap = mutable.Map[String, Double]()
 for (t <- sorted) {
-  println(t)
-  val fileContents = 
Source.fromFile(t).getLines.filter(!_.startsWith("--")).mkString(" ")
-  println(fileContents)
-  time{spark.sql(fileContents).collectAsList()}
-  //spark.sql(fileContents).explain
+  val fileContents = {

Review Comment:
   Please don't change the function time, just close the file



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