viirya commented on code in PR #110: URL: https://github.com/apache/arrow-datafusion-comet/pull/110#discussion_r1502015360
########## spark/src/test/scala/org/apache/spark/sql/TPCH.scala: ########## @@ -17,18 +17,18 @@ * under the License. */ +package org.apache.spark.sql + +import org.apache.spark.SparkContext +import org.apache.spark.rdd.RDD + /** * Mostly copied from - * https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/tpch/TPCH.scala + * https://github.com/databricks/spark-sql-perf/blob/master/src/main/scala/com/databricks/spark/sql/perf/Tables.scala Review Comment: Why TPCH -> Tables? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org